#CBC9A3

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

Shades of Kangaroo #CBC9A3

Tints of Kangaroo #CBC9A3

Color information

#CBC9A3 (or 0xCBC9A3) is unknown color: approx Kangaroo. HEX triplet: CB, C9 and A3. RGB value is (203,201,163). Sum of RGB (Red+Green+Blue) = 203+201+163=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 163 (64.06% from 255 or 28.75% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC9A3 is #34365C. Grayscale: #C5C5C5. Windows color (decimal): -3421789 or 10734027. OLE color: 10734027.

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

Color convert

RGB203201163-
CMYK00.010.200.20
HSL57º27.78%71.76%-
HSV(B)57º19.7%79.61%-
XYZ52.1357.1142.93-
YUV197.27108.66132.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 201 (78.91% from 255) = 35.45%
BLUE value IS 163 (64.06% from 255) = 28.75%
R=35.80%
G=35.45%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320116300.010.200.205727.7871.76
HexCBC9A3011414391c48
Octal3133112430124247134110
Binary110010111100100110100011011010010100111001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9A3; }

 p { color: rgb(203,201,163); }

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

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

 a { background-color: rgb(203,201,163); }

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

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

 span { border-color: rgb(203,201,163); }

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