#CECBA5

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

Shades of Kangaroo #CECBA5

Tints of Kangaroo #CECBA5

Color information

#CECBA5 (or 0xCECBA5) is unknown color: approx Kangaroo. HEX triplet: CE, CB and A5. RGB value is (206,203,165). Sum of RGB (Red+Green+Blue) = 206+203+165=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBA5 is #31345A. Grayscale: #C7C7C7. Windows color (decimal): -3224667 or 10865614. OLE color: 10865614.

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

Color convert

RGB206203165-
CMYK00.010.200.19
HSL55.61º29.5%72.75%-
HSV(B)55.61º19.9%80.78%-
XYZ53.658.5544.07-
YUV199.56108.49132.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 203 (79.69% from 255) = 35.37%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=35.89%
G=35.37%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620316500.010.200.1955.6129.572.75
HexCECBA5011413381d49
Octal3163132450124237035111
Binary110011101100101110100101011010010011111000111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECBA5; }

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

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

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

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

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

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

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

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