#C5C1AC

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

Shades of Kangaroo #C5C1AC

Tints of Kangaroo #C5C1AC

Color information

#C5C1AC (or 0xC5C1AC) is unknown color: approx Kangaroo. HEX triplet: C5, C1 and AC. RGB value is (197,193,172). Sum of RGB (Red+Green+Blue) = 197+193+172=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1AC is #3A3E53. Grayscale: #BFBFBF. Windows color (decimal): -3817044 or 11321797. OLE color: 11321797.

HSL color Cylindrical-coordinate representation of color #C5C1AC: hue angle of 50.4º 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 #C5C1AC is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197193172-
CMYK00.020.130.23
HSL50.4º17.73%72.35%-
HSV(B)50.4º12.69%77.25%-
XYZ49.5452.9946.65-
YUV191.8116.83131.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 193 (75.78% from 255) = 34.34%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=35.05%
G=34.34%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719317200.020.130.2350.417.7372.35
HexC5C1AC02D17321248
Octal3053012540215276222110
Binary110001011100000110101100010110110111110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C1AC; }

 p { color: rgb(197,193,172); }

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

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

 a { background-color: rgb(197,193,172); }

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

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

 span { border-color: rgb(197,193,172); }

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