#CBC7AD

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

Shades of Kangaroo #CBC7AD

Tints of Kangaroo #CBC7AD

Color information

#CBC7AD (or 0xCBC7AD) is unknown color: approx Kangaroo. HEX triplet: CB, C7 and AD. RGB value is (203,199,173). Sum of RGB (Red+Green+Blue) = 203+199+173=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7AD is #343852. Grayscale: #C5C5C5. Windows color (decimal): -3422291 or 11388875. OLE color: 11388875.

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

Color convert

RGB203199173-
CMYK00.020.150.20
HSL52º22.39%73.73%-
HSV(B)52º14.78%79.61%-
XYZ52.5956.5647.68-
YUV197.23114.33132.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=35.30%
G=34.61%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319917300.020.150.205222.3973.73
HexCBC7AD02F1434164a
Octal3133072550217246426112
Binary110010111100011110101101010111110100110100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7AD; }

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

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

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

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

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

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

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

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