COLOR #CCA398

HEX: #CCA398
RGB: (204,163,152)

Color info

#CCA398 contains red, green and blue colors in about the same proportion. Web safe color of #CCA398 is #CC9999 (or #C99).

RGB color model

#CCA398 color RGB value is (204,163,152).

  • red value is 204;
  • green value is 163;
  • blue value is 152.
RGB:
(204,163,152)
(80%,64%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 163 of 255 = 64%
B 152 of 255 = 60%

204
163
152

R + G + B ~ 68%. #CCA398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 163 + 152 = 519 (100%)
R 204 of 519 ~ 39.31%
G 163 of 519 ~ 31.41%
B 152 of 519 ~ 29.29%

%39.31
%31.41
%29.29

CMYK color model

#CCA398 color CMYK value is (0,20,25,20).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 25.49%
  • key color value is 20.00%
CMYK:
(0,20,25,20)
C0M20Y25K20 
(0%,20%,25%,20%)
(0.00/0.20/0.25/0.20)	

CMYK percentages

%0
%20.1
%25.49
%20

Codes

Color #CCA398 in popluar color models

CCA398
RGB204163152
HSL13°33.77%69.80%
HSB/HSV13°25.49%80.00%
CMYK0.00%20.10%25.49%
20.00%

Color #CCA398 in popluar number systems.

HEXCCA398
Decimal204163152
Binary110011001010001110011000
Octal314243230

Shades and tints

Shades of #CCA398

#CCA398
(204,163,152)
#BA958B
(186,149,139)
#A8877E
(168,135,126)
#967971
(150,121,113)
#846B64
(132,107,100)
#725D57
(114,93,87)
#604F4A
(96,79,74)
#4E413D
(78,65,61)
#3C3330
(60,51,48)
#2A2523
(42,37,35)
#181716
(24,23,22)
#000000
(0,0,0)

Tints of #CCA398

#CCA398
(204,163,152)
#D0ABA1
(208,171,161)
#D4B3AA
(212,179,170)
#D8BBB3
(216,187,179)
#DCC3BC
(220,195,188)
#E0CBC5
(224,203,197)
#E4D3CE
(228,211,206)
#E8DBD7
(232,219,215)
#ECE3E0
(236,227,224)
#F0EBE9
(240,235,233)
#F4F3F2
(244,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA398 color. Also use rgb(204,163,152) instead hex code.

Text Font Color

.myTextColor { color: #CCA398; }

<p style="color:#CCA398">This sample text font color is #CCA398.</p>

This text font color is #CCA398.


Background Color

.myBgColor { background-color: #CCA398; }

<div style="background-color:#CCA398">Inner text</div>

This div background color is #CCA398.


Border color

.myBorderColor { border: 1px solid #CCA398; }

<div style="border:3px solid #CCA398">Div</div>

This div border color is #CCA398.


Opacity

.myOpacity80 { color: #CCA398; opacity: 0.8; }

<p style="color:#CCA398;opacity:0.8;">80%</p>

Text with #CCA398 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCA398;}

<p style="text-shadow: 3px 3px 1px #CCA398">Text here.</p>

This text has shadow with #CCA398 color.

.textShadow {text-shadow: 3px 3px 1px #CCA398, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCA398, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCA398 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCA398, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCA398, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCA398 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCA398;
  -webkit-box-shadow:	1px 1px 3px 2px #CCA398;
  box-shadow:		1px 1px 3px 2px #CCA398;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCA398;
-webkit-box-shadow: 1px 1px 3px 2px #CCA398;
box-shadow:1px 1px 3px 2px #CCA398;">
Div content here</div>
This div box has shadow with color #CCA398.

Preview

Color preview on black background

This text has color #CCA398 on black background.


Color preview on white background

This text has color #CCA398 on white background.



Black color preview on #CCA398 background

This text has black color on #CCA398 background.


White color preview on #CCA398 background

This text has white color on #CCA398 background.