#C7CCAC

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

Shades of Kidnapper #C7CCAC

Tints of Kidnapper #C7CCAC

Color information

#C7CCAC (or 0xC7CCAC) is unknown color: approx Kidnapper. HEX triplet: C7, CC and AC. RGB value is (199,204,172). Sum of RGB (Red+Green+Blue) = 199+204+172=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCAC is #383353. Grayscale: #C6C6C6. Windows color (decimal): -3683156 or 11324615. OLE color: 11324615.

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

Color convert

RGB199204172-
CMYK0.0200.160.2
HSL69.38º23.88%73.73%-
HSV(B)69.38º15.69%80%-
XYZ52.5958.3147.51-
YUV198.86112.84128.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.61%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=34.61%
G=35.48%
B=29.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041720.0200.160.269.3823.8873.73
HexC7CCAC20101445184a
Octal30731425420202410530112
Binary11000111110011001010110010010000101001000101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCAC; }

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

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

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

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

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

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

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

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