#C8C5AC

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

Shades of Kangaroo #C8C5AC

Tints of Kangaroo #C8C5AC

Color information

#C8C5AC (or 0xC8C5AC) is unknown color: approx Kangaroo. HEX triplet: C8, C5 and AC. RGB value is (200,197,172). Sum of RGB (Red+Green+Blue) = 200+197+172=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C5AC is #373A53. Grayscale: #C3C3C3. Windows color (decimal): -3619412 or 11322824. OLE color: 11322824.

HSL color Cylindrical-coordinate representation of color #C8C5AC: hue angle of 53.57º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8C5AC is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB200197172-
CMYK00.020.140.22
HSL53.57º20.29%72.94%-
HSV(B)53.57º14%78.43%-
XYZ51.2355.1946.98-
YUV195.05114.99131.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 172 (67.58% from 255) = 30.23%
R=35.15%
G=34.62%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019717200.020.140.2253.5720.2972.94
HexC8C5AC02E16361449
Octal3103052540216266624111
Binary110010001100010110101100010111010110110110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C5AC; }

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

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

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

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

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

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

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

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