#CBC6AB

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

Shades of Kangaroo #CBC6AB

Tints of Kangaroo #CBC6AB

Color information

#CBC6AB (or 0xCBC6AB) is unknown color: approx Kangaroo. HEX triplet: CB, C6 and AB. RGB value is (203,198,171). Sum of RGB (Red+Green+Blue) = 203+198+171=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 171 (67.19% from 255 or 29.90% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6AB is #343954. Grayscale: #C4C4C4. Windows color (decimal): -3422549 or 11257547. OLE color: 11257547.

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

Color convert

RGB203198171-
CMYK00.020.160.20
HSL50.62º23.53%73.33%-
HSV(B)50.62º15.76%79.61%-
XYZ52.1756.0246.59-
YUV196.42113.66132.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 198 (77.73% from 255) = 34.62%
BLUE value IS 171 (67.19% from 255) = 29.90%
R=35.49%
G=34.62%
B=29.90%

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
Decimal20319817100.020.160.2050.6223.5373.33
HexCBC6AB021014331849
Octal3133062530220246330111
Binary1100101111000110101010110101000010100110011110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6AB; }

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

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

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

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

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

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

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

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