#CECBA6

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

Shades of Kangaroo #CECBA6

Tints of Kangaroo #CECBA6

Color information

#CECBA6 (or 0xCECBA6) is unknown color: approx Kangaroo. HEX triplet: CE, CB and A6. RGB value is (206,203,166). Sum of RGB (Red+Green+Blue) = 206+203+166=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBA6 is #313459. Grayscale: #C7C7C7. Windows color (decimal): -3224666 or 10931150. OLE color: 10931150.

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

Color convert

RGB206203166-
CMYK00.010.190.19
HSL55.5º28.99%72.94%-
HSV(B)55.5º19.42%80.78%-
XYZ53.6958.5944.55-
YUV199.68108.99132.51-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 203 (79.69% from 255) = 35.30%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=35.83%
G=35.30%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620316600.010.190.1955.528.9972.94
HexCECBA6011313381d49
Octal3163132460123237035111
Binary110011101100101110100110011001110011111000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBA6; }

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

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

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

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

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

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

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

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