#C6C9AC

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

Shades of Kidnapper #C6C9AC

Tints of Kidnapper #C6C9AC

Color information

#C6C9AC (or 0xC6C9AC) is unknown color: approx Kidnapper. HEX triplet: C6, C9 and AC. RGB value is (198,201,172). Sum of RGB (Red+Green+Blue) = 198+201+172=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 172 (67.58% from 255 or 30.12% from 571); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C9AC is #393653. Grayscale: #C4C4C4. Windows color (decimal): -3749460 or 11323846. OLE color: 11323846.

HSL color Cylindrical-coordinate representation of color #C6C9AC: hue angle of 66.21º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6C9AC is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB198201172-
CMYK0.0100.140.21
HSL66.21º21.17%73.14%-
HSV(B)66.21º14.43%78.82%-
XYZ51.6256.7647.26-
YUV196.8114.01128.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 201 (78.91% from 255) = 35.20%
BLUE value IS 172 (67.58% from 255) = 30.12%
R=34.68%
G=35.20%
B=30.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982011720.0100.140.2166.2121.1773.14
HexC6C9AC10E15421549
Octal30631125410162510225111
Binary110001101100100110101100101110101011000010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C9AC; }

 p { color: rgb(198,201,172); }

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

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

 a { background-color: rgb(198,201,172); }

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

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

 span { border-color: rgb(198,201,172); }

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