#C8C5AE

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

Shades of Kangaroo #C8C5AE

Tints of Kangaroo #C8C5AE

Color information

#C8C5AE (or 0xC8C5AE) is unknown color: approx Kangaroo. HEX triplet: C8, C5 and AE. RGB value is (200,197,174). Sum of RGB (Red+Green+Blue) = 200+197+174=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 174 (68.36% from 255 or 30.47% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C5AE is #373A51. Grayscale: #C3C3C3. Windows color (decimal): -3619410 or 11453896. OLE color: 11453896.

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

Color convert

RGB200197174-
CMYK00.020.130.22
HSL53.08º19.12%73.33%-
HSV(B)53.08º13%78.43%-
XYZ51.4355.2748-
YUV195.28115.99131.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.03%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 174 (68.36% from 255) = 30.47%
R=35.03%
G=34.50%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20019717400.020.130.2253.0819.1273.33
HexC8C5AE02D16351349
Octal3103052560215266523111
Binary110010001100010110101110010110110110110101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C5AE; }

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

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

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

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

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

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

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

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