#CBC6A8

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

Shades of Kangaroo #CBC6A8

Tints of Kangaroo #CBC6A8

Color information

#CBC6A8 (or 0xCBC6A8) is unknown color: approx Kangaroo. HEX triplet: CB, C6 and A8. RGB value is (203,198,168). Sum of RGB (Red+Green+Blue) = 203+198+168=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 198 (77.73% from 255 or 34.80% from 569); Blue value is 168 (66.02% from 255 or 29.53% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6A8 is #343957. Grayscale: #C4C4C4. Windows color (decimal): -3422552 or 11060939. OLE color: 11060939.

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

Color convert

RGB203198168-
CMYK00.020.170.20
HSL51.43º25.18%72.75%-
HSV(B)51.43º17.24%79.61%-
XYZ51.8955.9145.1-
YUV196.08112.16132.94-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 198 (77.73% from 255) = 34.80%
BLUE value IS 168 (66.02% from 255) = 29.53%
R=35.68%
G=34.80%
B=29.53%

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
Decimal20319816800.020.170.2051.4325.1872.75
HexCBC6A8021114331949
Octal3133062500221246331111
Binary1100101111000110101010000101000110100110011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC6A8; }

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

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

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

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

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

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

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

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