#CECBA7

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

Shades of Kangaroo #CECBA7

Tints of Kangaroo #CECBA7

Color information

#CECBA7 (or 0xCECBA7) is unknown color: approx Kangaroo. HEX triplet: CE, CB and A7. RGB value is (206,203,167). Sum of RGB (Red+Green+Blue) = 206+203+167=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBA7 is #313458. Grayscale: #C7C7C7. Windows color (decimal): -3224665 or 10996686. OLE color: 10996686.

HSL color Cylindrical-coordinate representation of color #CECBA7: hue angle of 55.38º degrees, saturation: 0.28, 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 #CECBA7 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB206203167-
CMYK00.010.190.19
HSL55.38º28.47%73.14%-
HSV(B)55.38º18.93%80.78%-
XYZ53.7858.6245.04-
YUV199.79109.49132.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 167 (65.62% from 255) = 28.99%
R=35.76%
G=35.24%
B=28.99%

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
Decimal20620316700.010.190.1955.3828.4773.14
HexCECBA7011313371c49
Octal3163132470123236734111
Binary110011101100101110100111011001110011110111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBA7; }

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

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

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

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

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

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

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

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