#CBC9AA

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

Shades of Kangaroo #CBC9AA

Tints of Kangaroo #CBC9AA

Color information

#CBC9AA (or 0xCBC9AA) is unknown color: approx Kangaroo. HEX triplet: CB, C9 and AA. RGB value is (203,201,170). Sum of RGB (Red+Green+Blue) = 203+201+170=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC9AA is #343655. Grayscale: #C6C6C6. Windows color (decimal): -3421782 or 11192779. OLE color: 11192779.

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

Color convert

RGB203201170-
CMYK00.010.160.20
HSL56.36º24.09%73.14%-
HSV(B)56.36º16.26%79.61%-
XYZ52.7757.3746.32-
YUV198.06112.16131.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.37%
GREEN value IS 201 (78.91% from 255) = 35.02%
BLUE value IS 170 (66.80% from 255) = 29.62%
R=35.37%
G=35.02%
B=29.62%

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
Decimal20320117000.010.160.2056.3624.0973.14
HexCBC9AA011014381849
Octal3133112520120247030111
Binary110010111100100110101010011000010100111000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9AA; }

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

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

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

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

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

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

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

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