#CBC9AB

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

Shades of Kangaroo #CBC9AB

Tints of Kangaroo #CBC9AB

Color information

#CBC9AB (or 0xCBC9AB) is unknown color: approx Kangaroo. HEX triplet: CB, C9 and AB. RGB value is (203,201,171). Sum of RGB (Red+Green+Blue) = 203+201+171=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC9AB is #343654. Grayscale: #C6C6C6. Windows color (decimal): -3421781 or 11258315. OLE color: 11258315.

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

Color convert

RGB203201171-
CMYK00.010.160.20
HSL56.25º23.53%73.33%-
HSV(B)56.25º15.76%79.61%-
XYZ52.8757.4146.82-
YUV198.18112.66131.44-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 201 (78.91% from 255) = 34.96%
BLUE value IS 171 (67.19% from 255) = 29.74%
R=35.30%
G=34.96%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320117100.010.160.2056.2523.5373.33
HexCBC9AB011014381849
Octal3133112530120247030111
Binary110010111100100110101011011000010100111000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9AB; }

 p { color: rgb(203,201,171); }

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

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

 a { background-color: rgb(203,201,171); }

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

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

 span { border-color: rgb(203,201,171); }

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