#C7CCAA

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

Shades of Kidnapper #C7CCAA

Tints of Kidnapper #C7CCAA

Color information

#C7CCAA (or 0xC7CCAA) is unknown color: approx Kidnapper. HEX triplet: C7, CC and AA. RGB value is (199,204,170). Sum of RGB (Red+Green+Blue) = 199+204+170=573 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.73% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCAA is #383355. Grayscale: #C6C6C6. Windows color (decimal): -3683158 or 11193543. OLE color: 11193543.

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

Color convert

RGB199204170-
CMYK0.0200.170.2
HSL68.82º25%73.33%-
HSV(B)68.82º16.67%80%-
XYZ52.458.2346.51-
YUV198.63111.84128.26-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.73%
GREEN value IS 204 (80.08% from 255) = 35.60%
BLUE value IS 170 (66.80% from 255) = 29.67%
R=34.73%
G=35.60%
B=29.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041700.0200.170.268.822573.33
HexC7CCAA201114451949
Octal30731425220212410531111
Binary11000111110011001010101010010001101001000101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCAA; }

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

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

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

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

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

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

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

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