#CBC5A2

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

Shades of Kangaroo #CBC5A2

Tints of Kangaroo #CBC5A2

Color information

#CBC5A2 (or 0xCBC5A2) is unknown color: approx Kangaroo. HEX triplet: CB, C5 and A2. RGB value is (203,197,162). Sum of RGB (Red+Green+Blue) = 203+197+162=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 162 (63.67% from 255 or 28.83% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC5A2 is #343A5D. Grayscale: #C2C2C2. Windows color (decimal): -3422814 or 10667467. OLE color: 10667467.

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

Color convert

RGB203197162-
CMYK00.030.200.20
HSL51.22º28.28%71.57%-
HSV(B)51.22º20.2%79.61%-
XYZ51.1255.2442.15-
YUV194.8109.49133.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 197 (77.34% from 255) = 35.05%
BLUE value IS 162 (63.67% from 255) = 28.83%
R=36.12%
G=35.05%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319716200.030.200.2051.2228.2871.57
HexCBC5A2031414331c48
Octal3133052420324246334110
Binary1100101111000101101000100111010010100110011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5A2; }

 p { color: rgb(203,197,162); }

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

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

 a { background-color: rgb(203,197,162); }

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

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

 span { border-color: rgb(203,197,162); }

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