Html Css Color HEX #CCCBA4 Kangaroo

📋 copy color: '#CCCBA4'

red 204 ◦ green 203 ◦ blue 164

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

Shades of Kangaroo #CCCBA4

Tints of Kangaroo #CCCBA4

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

 BLUE value IS 164 (64.45% from 255) = 28.72%

R = 35.73%
G = 35.55%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CCCBA4 (or 0xCCCBA4) is known color: Kangaroo. HEX triplet: CC, CB and A4. RGB value is (204,203,164). Sum of RGB (Red+Green+Blue) = 204+203+164=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 164 (64.45% from 255 or 28.72% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA4 is #33345B. Grayscale: #C7C7C7. Windows color (decimal): -3355740 or 10800076. OLE color: 10800076.

HSL color Cylindrical-coordinate representation of color #CCCBA4: hue angle of 58.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCCBA4 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 164 -
CMYK 0 0.00 0.20 0.2
HSL 58.5º 0.28% 0.72% -
HSV(B) 58.5º 0.2% 0.8% -
XYZ 52.96 58.23 43.57 -
YUV 198.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 204 203 164 0 0.00 0.20 0.2 58.5 0.28 0.72
Hex CC CB A4 0 0 14 14 3A 1C 48
Octal 314 313 244 0 0 24 24 72 34 110
Binary 11001100 11001011 10100100 0 0 10100 10100 111010 11100 1001000

Color Harmonies of #CCCBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBA4

Black with #CCCBA4

Text Example


Text Example

White with #CCCBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBA4; }

 p { color: rgb(204,203,164); }

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

background-color css

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

 a { background-color: rgb(204,203,164); }

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

border-color css

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

 span { border-color: rgb(204,203,164); }

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