Html Css Color HEX #CCCBAB Kangaroo

📋 copy color: '#CCCBAB'

red 204 ◦ green 203 ◦ blue 171

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

Shades of Kangaroo #CCCBAB

Tints of Kangaroo #CCCBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.58%

R = 35.29%
G = 35.12%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCCBAB (or 0xCCCBAB) is known color: Kangaroo. HEX triplet: CC, CB and AB. RGB value is (204,203,171). Sum of RGB (Red+Green+Blue) = 204+203+171=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 171 (67.19% from 255 or 29.58% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBAB is #333454. Grayscale: #C7C7C7. Windows color (decimal): -3355733 or 11258828. OLE color: 11258828.

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

Color convert

RGB 204 203 171 -
CMYK 0 0.00 0.16 0.2
HSL 58.18º 0.24% 0.74% -
HSV(B) 58.18º 0.16% 0.8% -
XYZ 53.61 58.49 46.99 -
YUV 199.65 111.83 131.1 -
System Red Green Blue C M Y K H S L
Decimal 204 203 171 0 0.00 0.16 0.2 58.18 0.24 0.74
Hex CC CB AB 0 0 10 14 3A 18 4A
Octal 314 313 253 0 0 20 24 72 30 112
Binary 11001100 11001011 10101011 0 0 10000 10100 111010 11000 1001010

Color Harmonies of #CCCBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCBAB

Black with #CCCBAB

Text Example


Text Example

White with #CCCBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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