#CECAA5

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

Shades of Kangaroo #CECAA5

Tints of Kangaroo #CECAA5

Color information

#CECAA5 (or 0xCECAA5) is unknown color: approx Kangaroo. HEX triplet: CE, CA and A5. RGB value is (206,202,165). Sum of RGB (Red+Green+Blue) = 206+202+165=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAA5 is #31355A. Grayscale: #C7C7C7. Windows color (decimal): -3224923 or 10865358. OLE color: 10865358.

HSL color Cylindrical-coordinate representation of color #CECAA5: hue angle of 54.15º 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 #CECAA5 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206202165-
CMYK00.020.200.19
HSL54.15º29.5%72.75%-
HSV(B)54.15º19.9%80.78%-
XYZ53.3758.0844-
YUV198.98108.83133.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.95%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 165 (64.84% from 255) = 28.80%
R=35.95%
G=35.25%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620216500.020.200.1954.1529.572.75
HexCECAA5021413361d49
Octal3163122450224236635111
Binary1100111011001010101001010101010010011110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECAA5; }

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

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

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

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

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

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

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

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