#C5C0AB

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

Shades of Kangaroo #C5C0AB

Tints of Kangaroo #C5C0AB

Color information

#C5C0AB (or 0xC5C0AB) is unknown color: approx Kangaroo. HEX triplet: C5, C0 and AB. RGB value is (197,192,171). Sum of RGB (Red+Green+Blue) = 197+192+171=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 192 (75.39% from 255 or 34.29% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C0AB is #3A3F54. Grayscale: #BFBFBF. Windows color (decimal): -3817301 or 11256005. OLE color: 11256005.

HSL color Cylindrical-coordinate representation of color #C5C0AB: hue angle of 48.46º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5C0AB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197192171-
CMYK00.030.130.23
HSL48.46º18.31%72.16%-
HSV(B)48.46º13.2%77.25%-
XYZ49.2352.5146.07-
YUV191.1116.66132.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 192 (75.39% from 255) = 34.29%
BLUE value IS 171 (67.19% from 255) = 30.54%
R=35.18%
G=34.29%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719217100.030.130.2348.4618.3172.16
HexC5C0AB03D17301248
Octal3053002530315276022110
Binary110001011100000010101011011110110111110000100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C0AB; }

 p { color: rgb(197,192,171); }

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

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

 a { background-color: rgb(197,192,171); }

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

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

 span { border-color: rgb(197,192,171); }

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