#CBC8AD

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

Shades of Kangaroo #CBC8AD

Tints of Kangaroo #CBC8AD

Color information

#CBC8AD (or 0xCBC8AD) is unknown color: approx Kangaroo. HEX triplet: CB, C8 and AD. RGB value is (203,200,173). Sum of RGB (Red+Green+Blue) = 203+200+173=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC8AD is #343752. Grayscale: #C5C5C5. Windows color (decimal): -3422035 or 11389131. OLE color: 11389131.

HSL color Cylindrical-coordinate representation of color #CBC8AD: hue angle of 54º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC8AD is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203200173-
CMYK00.010.150.20
HSL54º22.39%73.73%-
HSV(B)54º14.78%79.61%-
XYZ52.8357.0247.76-
YUV197.82113.99131.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=35.24%
G=34.72%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320017300.010.150.205422.3973.73
HexCBC8AD01F1436164a
Octal3133102550117246626112
Binary11001011110010001010110101111110100110110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8AD; }

 p { color: rgb(203,200,173); }

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

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

 a { background-color: rgb(203,200,173); }

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

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

 span { border-color: rgb(203,200,173); }

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