#CBCAA9

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

Shades of Kangaroo #CBCAA9

Tints of Kangaroo #CBCAA9

Color information

#CBCAA9 (or 0xCBCAA9) is unknown color: approx Kangaroo. HEX triplet: CB, CA and A9. RGB value is (203,202,169). Sum of RGB (Red+Green+Blue) = 203+202+169=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCAA9 is #343556. Grayscale: #C6C6C6. Windows color (decimal): -3421527 or 11127499. OLE color: 11127499.

HSL color Cylindrical-coordinate representation of color #CBCAA9: hue angle of 58.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCAA9 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB203202169-
CMYK00.000.170.20
HSL58.24º24.64%72.94%-
HSV(B)58.24º16.75%79.61%-
XYZ52.9157.845.9-
YUV198.54111.33131.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 202 (79.30% from 255) = 35.19%
BLUE value IS 169 (66.41% from 255) = 29.44%
R=35.37%
G=35.19%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320216900.000.170.2058.2424.6472.94
HexCBCAA90011143a1949
Octal3133122510021247231111
Binary110010111100101010101001001000110100111010110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCAA9; }

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

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

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

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

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

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

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

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