#C7C9AD

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

Shades of Kidnapper #C7C9AD

Tints of Kidnapper #C7C9AD

Color information

#C7C9AD (or 0xC7C9AD) is unknown color: approx Kidnapper. HEX triplet: C7, C9 and AD. RGB value is (199,201,173). Sum of RGB (Red+Green+Blue) = 199+201+173=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 201 - color contains mainly: green. Hex color #C7C9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7C9AD is #383652. Grayscale: #C5C5C5. Windows color (decimal): -3683923 or 11389383. OLE color: 11389383.

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

Color convert

RGB199201173-
CMYK0.0100.140.21
HSL64.29º20.59%73.33%-
HSV(B)64.29º13.93%78.82%-
XYZ51.9856.9347.78-
YUV197.21114.34129.28-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.73%
GREEN value IS 201 (78.91% from 255) = 35.08%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=34.73%
G=35.08%
B=30.19%

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
Decimal1992011730.0100.140.2164.2920.5973.33
HexC7C9AD10E15401549
Octal30731125510162510025111
Binary110001111100100110101101101110101011000000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7C9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7C9AD; }

 p { color: rgb(199,201,173); }

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

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

 a { background-color: rgb(199,201,173); }

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

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

 span { border-color: rgb(199,201,173); }

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