#CECBA9

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

Shades of Kangaroo #CECBA9

Tints of Kangaroo #CECBA9

Color information

#CECBA9 (or 0xCECBA9) is unknown color: approx Kangaroo. HEX triplet: CE, CB and A9. RGB value is (206,203,169). Sum of RGB (Red+Green+Blue) = 206+203+169=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBA9 is #313456. Grayscale: #C8C8C8. Windows color (decimal): -3224663 or 11127758. OLE color: 11127758.

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

Color convert

RGB206203169-
CMYK00.010.180.19
HSL55.14º27.41%73.53%-
HSV(B)55.14º17.96%80.78%-
XYZ53.9758.746.02-
YUV200.02110.49132.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 203 (79.69% from 255) = 35.12%
BLUE value IS 169 (66.41% from 255) = 29.24%
R=35.64%
G=35.12%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620316900.010.180.1955.1427.4173.53
HexCECBA9011213371b4a
Octal3163132510122236733112
Binary110011101100101110101001011001010011110111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBA9; }

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

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

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

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

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

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

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

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