#C7C2AC

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

Shades of Kangaroo #C7C2AC

Tints of Kangaroo #C7C2AC

Color information

#C7C2AC (or 0xC7C2AC) is unknown color: approx Kangaroo. HEX triplet: C7, C2 and AC. RGB value is (199,194,172). Sum of RGB (Red+Green+Blue) = 199+194+172=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C2AC is #383D53. Grayscale: #C1C1C1. Windows color (decimal): -3685716 or 11322055. OLE color: 11322055.

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

Color convert

RGB199194172-
CMYK00.030.140.22
HSL48.89º19.42%72.75%-
HSV(B)48.89º13.57%78.04%-
XYZ50.2953.746.75-
YUV192.99116.16132.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 35.22%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=35.22%
G=34.34%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19919417200.030.140.2248.8919.4272.75
HexC7C2AC03E16311349
Octal3073022540316266123111
Binary110001111100001010101100011111010110110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C2AC; }

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

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

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

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

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

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

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

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