#C5C1AF

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

Shades of Kangaroo #C5C1AF

Tints of Kangaroo #C5C1AF

Color information

#C5C1AF (or 0xC5C1AF) is unknown color: approx Kangaroo. HEX triplet: C5, C1 and AF. RGB value is (197,193,175). Sum of RGB (Red+Green+Blue) = 197+193+175=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C1AF is #3A3E50. Grayscale: #C0C0C0. Windows color (decimal): -3817041 or 11518405. OLE color: 11518405.

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

Color convert

RGB197193175-
CMYK00.020.110.23
HSL49.09º15.94%72.94%-
HSV(B)49.09º11.17%77.25%-
XYZ49.8353.1148.18-
YUV192.14118.33131.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 193 (75.78% from 255) = 34.16%
BLUE value IS 175 (68.75% from 255) = 30.97%
R=34.87%
G=34.16%
B=30.97%

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
Decimal19719317500.020.110.2349.0915.9472.94
HexC5C1AF02B17311049
Octal3053012570213276120111
Binary110001011100000110101111010101110111110001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C1AF; }

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

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

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

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

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

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

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

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