#CBC6AA

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

Shades of Kangaroo #CBC6AA

Tints of Kangaroo #CBC6AA

Color information

#CBC6AA (or 0xCBC6AA) is unknown color: approx Kangaroo. HEX triplet: CB, C6 and AA. RGB value is (203,198,170). Sum of RGB (Red+Green+Blue) = 203+198+170=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 198 (77.73% from 255 or 34.68% from 571); Blue value is 170 (66.80% from 255 or 29.77% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6AA is #343955. Grayscale: #C4C4C4. Windows color (decimal): -3422550 or 11192011. OLE color: 11192011.

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

Color convert

RGB203198170-
CMYK00.020.160.20
HSL50.91º24.09%73.14%-
HSV(B)50.91º16.26%79.61%-
XYZ52.0855.9946.09-
YUV196.3113.16132.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 198 (77.73% from 255) = 34.68%
BLUE value IS 170 (66.80% from 255) = 29.77%
R=35.55%
G=34.68%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319817000.020.160.2050.9124.0973.14
HexCBC6AA021014331849
Octal3133062520220246330111
Binary1100101111000110101010100101000010100110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6AA; }

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

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

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

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

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

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

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

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