#C7C5AF

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

Shades of Kangaroo #C7C5AF

Tints of Kangaroo #C7C5AF

Color information

#C7C5AF (or 0xC7C5AF) is unknown color: approx Kangaroo. HEX triplet: C7, C5 and AF. RGB value is (199,197,175). Sum of RGB (Red+Green+Blue) = 199+197+175=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 175 (68.75% from 255 or 30.65% from 571); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C5AF is #383A50. Grayscale: #C3C3C3. Windows color (decimal): -3684945 or 11519431. OLE color: 11519431.

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

Color convert

RGB199197175-
CMYK00.010.120.22
HSL55º17.65%73.33%-
HSV(B)55º12.06%78.04%-
XYZ51.2655.1748.5-
YUV195.09116.66130.79-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.85%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 175 (68.75% from 255) = 30.65%
R=34.85%
G=34.50%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919717500.010.120.225517.6573.33
HexC7C5AF01C16371249
Octal3073052570114266722111
Binary11000111110001011010111101110010110110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5AF; }

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

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

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

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

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

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

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

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