#C5C2B0

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

Shades of Kangaroo #C5C2B0

Tints of Kangaroo #C5C2B0

Color information

#C5C2B0 (or 0xC5C2B0) is unknown color: approx Kangaroo. HEX triplet: C5, C2 and B0. RGB value is (197,194,176). Sum of RGB (Red+Green+Blue) = 197+194+176=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 194 (76.17% from 255 or 34.22% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C2B0 is #3A3D4F. Grayscale: #C0C0C0. Windows color (decimal): -3816784 or 11584197. OLE color: 11584197.

HSL color Cylindrical-coordinate representation of color #C5C2B0: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5C2B0 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197194176-
CMYK00.020.110.23
HSL51.43º15.33%73.14%-
HSV(B)51.43º10.66%77.25%-
XYZ50.1553.5948.77-
YUV192.84118.49130.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 194 (76.17% from 255) = 34.22%
BLUE value IS 176 (69.14% from 255) = 31.04%
R=34.74%
G=34.22%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719417600.020.110.2351.4315.3373.14
HexC5C2B002B1733f49
Octal3053022600213276317111
Binary11000101110000101011000001010111011111001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C2B0; }

 p { color: rgb(197,194,176); }

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

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

 a { background-color: rgb(197,194,176); }

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

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

 span { border-color: rgb(197,194,176); }

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