#C5C1AE

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

Shades of Kangaroo #C5C1AE

Tints of Kangaroo #C5C1AE

Color information

#C5C1AE (or 0xC5C1AE) is unknown color: approx Kangaroo. HEX triplet: C5, C1 and AE. RGB value is (197,193,174). Sum of RGB (Red+Green+Blue) = 197+193+174=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 174 (68.36% from 255 or 30.85% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1AE is #3A3E51. Grayscale: #C0C0C0. Windows color (decimal): -3817042 or 11452869. OLE color: 11452869.

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

Color convert

RGB197193174-
CMYK00.020.120.23
HSL49.57º16.55%72.75%-
HSV(B)49.57º11.68%77.25%-
XYZ49.7453.0747.67-
YUV192.03117.83131.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.93%
GREEN value IS 193 (75.78% from 255) = 34.22%
BLUE value IS 174 (68.36% from 255) = 30.85%
R=34.93%
G=34.22%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719317400.020.120.2349.5716.5572.75
HexC5C1AE02C17321149
Octal3053012560214276221111
Binary110001011100000110101110010110010111110010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C1AE; }

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

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

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

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

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

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

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

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