#CBC8A4

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

Shades of Kangaroo #CBC8A4

Tints of Kangaroo #CBC8A4

Color information

#CBC8A4 (or 0xCBC8A4) is unknown color: approx Kangaroo. HEX triplet: CB, C8 and A4. RGB value is (203,200,164). Sum of RGB (Red+Green+Blue) = 203+200+164=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC8A4 is #34375B. Grayscale: #C4C4C4. Windows color (decimal): -3422044 or 10799307. OLE color: 10799307.

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

Color convert

RGB203200164-
CMYK00.010.190.20
HSL55.38º27.27%71.96%-
HSV(B)55.38º19.21%79.61%-
XYZ51.9856.6943.32-
YUV196.79109.49132.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 200 (78.52% from 255) = 35.27%
BLUE value IS 164 (64.45% from 255) = 28.92%
R=35.80%
G=35.27%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320016400.010.190.2055.3827.2771.96
HexCBC8A4011314371b48
Octal3133102440123246733110
Binary110010111100100010100100011001110100110111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8A4; }

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

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

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

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

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

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

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

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