#CECBAA

Color #CECBAA Kangaroo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kangaroo #CECBAA

Tints of Kangaroo #CECBAA

Color information

#CECBAA (or 0xCECBAA) is unknown color: approx Kangaroo. HEX triplet: CE, CB and AA. RGB value is (206,203,170). Sum of RGB (Red+Green+Blue) = 206+203+170=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 203 (79.69% from 255 or 35.06% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBAA is #313455. Grayscale: #C8C8C8. Windows color (decimal): -3224662 or 11193294. OLE color: 11193294.

HSL color Cylindrical-coordinate representation of color #CECBAA: hue angle of 55º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECBAA is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB206203170-
CMYK00.010.170.19
HSL55º26.87%73.73%-
HSV(B)55º17.48%80.78%-
XYZ54.0758.7446.52-
YUV200.14110.99132.18-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 203 (79.69% from 255) = 35.06%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=35.58%
G=35.06%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620317000.010.170.195526.8773.73
HexCECBAA011113371b4a
Octal3163132520121236733112
Binary110011101100101110101010011000110011110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBAA; }

 p { color: rgb(206,203,170); }

 H1.HeaderClassName
 {
   color: #CECBAA;
 }
 .AnyTagClassName
 {
   color: #CECBAA;
 }
</style>
background-color css

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

 a { background-color: rgb(206,203,170); }

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

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

 span { border-color: rgb(206,203,170); }

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