Html Css Color HEX #CCC9AF Kangaroo

📋 copy color: '#CCC9AF'

red 204 ◦ green 201 ◦ blue 175

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

Shades of Kangaroo #CCC9AF

Tints of Kangaroo #CCC9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.17%

R = 35.17%
G = 34.66%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCC9AF (or 0xCCC9AF) is known color: Kangaroo. HEX triplet: CC, C9 and AF. RGB value is (204,201,175). Sum of RGB (Red+Green+Blue) = 204+201+175=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 201 (78.91% from 255 or 34.66% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC9AF is #333650. Grayscale: #C7C7C7. Windows color (decimal): -3356241 or 11520460. OLE color: 11520460.

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

Color convert

RGB 204 201 175 -
CMYK 0 0.01 0.14 0.2
HSL 53.79º 0.22% 0.74% -
HSV(B) 53.79º 0.14% 0.8% -
XYZ 53.53 57.71 48.87 -
YUV 198.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 204 201 175 0 0.01 0.14 0.2 53.79 0.22 0.74
Hex CC C9 AF 0 1 E 14 36 16 4A
Octal 314 311 257 0 1 16 24 66 26 112
Binary 11001100 11001001 10101111 0 1 1110 10100 110110 10110 1001010

Color Harmonies of #CCC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC9AF

Black with #CCC9AF

Text Example


Text Example

White with #CCC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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