#C7C5AC

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

Shades of Kangaroo #C7C5AC

Tints of Kangaroo #C7C5AC

Color information

#C7C5AC (or 0xC7C5AC) is unknown color: approx Kangaroo. HEX triplet: C7, C5 and AC. RGB value is (199,197,172). Sum of RGB (Red+Green+Blue) = 199+197+172=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C5AC is #383A53. Grayscale: #C2C2C2. Windows color (decimal): -3684948 or 11322823. OLE color: 11322823.

HSL color Cylindrical-coordinate representation of color #C7C5AC: hue angle of 55.56º degrees, saturation: 0.19, 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 #C7C5AC is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB199197172-
CMYK00.010.140.22
HSL55.56º19.42%72.75%-
HSV(B)55.56º13.57%78.04%-
XYZ50.9755.0546.97-
YUV194.75115.16131.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.04%
GREEN value IS 197 (77.34% from 255) = 34.68%
BLUE value IS 172 (67.58% from 255) = 30.28%
R=35.04%
G=34.68%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919717200.010.140.2255.5619.4272.75
HexC7C5AC01E16381349
Octal3073052540116267023111
Binary11000111110001011010110001111010110111000100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C5AC; }

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

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

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

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

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

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

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

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