#C2C0AC

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

Shades of Kangaroo #C2C0AC

Tints of Kangaroo #C2C0AC

Color information

#C2C0AC (or 0xC2C0AC) is unknown color: approx Kangaroo. HEX triplet: C2, C0 and AC. RGB value is (194,192,172). Sum of RGB (Red+Green+Blue) = 194+192+172=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C0AC is #3D3F53. Grayscale: #BEBEBE. Windows color (decimal): -4013908 or 11321538. OLE color: 11321538.

HSL color Cylindrical-coordinate representation of color #C2C0AC: hue angle of 54.55º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2C0AC is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194192172-
CMYK00.010.110.24
HSL54.55º15.28%71.76%-
HSV(B)54.55º11.34%76.08%-
XYZ48.5452.1546.54-
YUV190.32117.66130.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 192 (75.39% from 255) = 34.41%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=34.77%
G=34.41%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419217200.010.110.2454.5515.2871.76
HexC2C0AC01B1837f48
Octal3023002540113306717110
Binary1100001011000000101011000110111100011011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C0AC; }

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

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

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

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

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

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

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

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