#CBC6A9

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

Shades of Kangaroo #CBC6A9

Tints of Kangaroo #CBC6A9

Color information

#CBC6A9 (or 0xCBC6A9) is unknown color: approx Kangaroo. HEX triplet: CB, C6 and A9. RGB value is (203,198,169). Sum of RGB (Red+Green+Blue) = 203+198+169=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6A9 is #343956. Grayscale: #C4C4C4. Windows color (decimal): -3422551 or 11126475. OLE color: 11126475.

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

Color convert

RGB203198169-
CMYK00.020.170.20
HSL51.18º24.64%72.94%-
HSV(B)51.18º16.75%79.61%-
XYZ51.9855.9545.6-
YUV196.19112.66132.86-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 169 (66.41% from 255) = 29.65%
R=35.61%
G=34.74%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319816900.020.170.2051.1824.6472.94
HexCBC6A9021114331949
Octal3133062510221246331111
Binary1100101111000110101010010101000110100110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6A9; }

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

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

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

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

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

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

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

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