#C6C8AD

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

Shades of Kidnapper #C6C8AD

Tints of Kidnapper #C6C8AD

Color information

#C6C8AD (or 0xC6C8AD) is unknown color: approx Kidnapper. HEX triplet: C6, C8 and AD. RGB value is (198,200,173). Sum of RGB (Red+Green+Blue) = 198+200+173=571 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.68% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 200 - color contains mainly: green. Hex color #C6C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C8AD is #393752. Grayscale: #C4C4C4. Windows color (decimal): -3749715 or 11389126. OLE color: 11389126.

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

Color convert

RGB198200173-
CMYK0.0100.140.22
HSL64.44º19.71%73.14%-
HSV(B)64.44º13.5%78.43%-
XYZ51.4956.3347.69-
YUV196.32114.84129.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.68%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 173 (67.97% from 255) = 30.30%
R=34.68%
G=35.03%
B=30.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1982001730.0100.140.2264.4419.7173.14
HexC6C8AD10E16401449
Octal30631025510162610024111
Binary110001101100100010101101101110101101000000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6C8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6C8AD; }

 p { color: rgb(198,200,173); }

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

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

 a { background-color: rgb(198,200,173); }

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

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

 span { border-color: rgb(198,200,173); }

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