Html Css Color HEX #CCC9AE Kangaroo

📋 copy color: '#CCC9AE'

red 204 ◦ green 201 ◦ blue 174

#CCC9AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kangaroo #CCC9AE

Tints of Kangaroo #CCC9AE

RGB

 RED value IS 204 (80.08% from 255) = 35.23%

 GREEN value IS 201 (78.91% from 255) = 34.72%

 BLUE value IS 174 (68.36% from 255) = 30.05%

R = 35.23%
G = 34.72%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCC9AE (or 0xCCC9AE) is known color: Kangaroo. HEX triplet: CC, C9 and AE. RGB value is (204,201,174). Sum of RGB (Red+Green+Blue) = 204+201+174=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 174 (68.36% from 255 or 30.05% from 579); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC9AE is #333651. Grayscale: #C6C6C6. Windows color (decimal): -3356242 or 11454924. OLE color: 11454924.

HSL color Cylindrical-coordinate representation of color #CCC9AE: hue angle of 54º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC9AE is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 201 174 -
CMYK 0 0.01 0.15 0.2
HSL 54º 0.23% 0.74% -
HSV(B) 54º 0.15% 0.8% -
XYZ 53.43 57.67 48.36 -
YUV 198.82 113.99 131.7 -
System Red Green Blue C M Y K H S L
Decimal 204 201 174 0 0.01 0.15 0.2 54 0.23 0.74
Hex CC C9 AE 0 1 F 14 36 17 4A
Octal 314 311 256 0 1 17 24 66 27 112
Binary 11001100 11001001 10101110 0 1 1111 10100 110110 10111 1001010

Color Harmonies of #CCC9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9AE

Black with #CCC9AE

Text Example


Text Example

White with #CCC9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9AE; }

 p { color: rgb(204,201,174); }

 H1.HeaderClassName
 {
   color: #CCC9AE;
 }
 .AnyTagClassName
 {
   color: #CCC9AE;
 }
</style>

background-color css

<style>
 a { background-color: #CCC9AE; }

 a { background-color: rgb(204,201,174); }

 div.DivClassName
 {
   background-color: #CCC9AE;
 }
 .BgClassName
 {
   background-color: #CCC9AE;
 }
</style>

border-color css

<style>
 span { border-color: #CCC9AE; }

 span { border-color: rgb(204,201,174); }

 td.TdClassName
 {
   border-color: #CCC9AE;
 }
 .TagClassName
 {
   border-color: #CCC9AE;
 }
</style>