#C7CCA6

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

Shades of Kidnapper #C7CCA6

Tints of Kidnapper #C7CCA6

Color information

#C7CCA6 (or 0xC7CCA6) is unknown color: approx Kidnapper. HEX triplet: C7, CC and A6. RGB value is (199,204,166). Sum of RGB (Red+Green+Blue) = 199+204+166=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCA6 is #383359. Grayscale: #C6C6C6. Windows color (decimal): -3683162 or 10931399. OLE color: 10931399.

HSL color Cylindrical-coordinate representation of color #C7CCA6: hue angle of 67.89º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7CCA6 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB199204166-
CMYK0.0200.190.2
HSL67.89º27.14%72.55%-
HSV(B)67.89º18.63%80%-
XYZ52.0358.0844.54-
YUV198.17109.84128.59-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.97%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 166 (65.23% from 255) = 29.17%
R=34.97%
G=35.85%
B=29.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041660.0200.190.267.8927.1472.55
HexC7CCA6201314441b49
Octal30731424620232410433111
Binary11000111110011001010011010010011101001000100110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCA6; }

 p { color: rgb(199,204,166); }

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

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

 a { background-color: rgb(199,204,166); }

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

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

 span { border-color: rgb(199,204,166); }

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