#C5C4AF

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

Shades of Kangaroo #C5C4AF

Tints of Kangaroo #C5C4AF

Color information

#C5C4AF (or 0xC5C4AF) is unknown color: approx Kangaroo. HEX triplet: C5, C4 and AF. RGB value is (197,196,175). Sum of RGB (Red+Green+Blue) = 197+196+175=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C4AF is #3A3B50. Grayscale: #C1C1C1. Windows color (decimal): -3816273 or 11519173. OLE color: 11519173.

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

Color convert

RGB197196175-
CMYK00.010.110.23
HSL57.27º15.94%72.94%-
HSV(B)57.27º11.17%77.25%-
XYZ50.554.4548.4-
YUV193.9117.33130.21-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.68%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 175 (68.75% from 255) = 30.81%
R=34.68%
G=34.51%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19719617500.010.110.2357.2715.9472.94
HexC5C4AF01B17391049
Octal3053042570113277120111
Binary11000101110001001010111101101110111111001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C4AF; }

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

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

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

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

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

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

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

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