#C7CCAE

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

Shades of Kidnapper #C7CCAE

Tints of Kidnapper #C7CCAE

Color information

#C7CCAE (or 0xC7CCAE) is unknown color: approx Kidnapper. HEX triplet: C7, CC and AE. RGB value is (199,204,174). Sum of RGB (Red+Green+Blue) = 199+204+174=577 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.49% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 174 (68.36% from 255 or 30.16% from 577); Max value from RGB is 204 - color contains mainly: green. Hex color #C7CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CCAE is #383351. Grayscale: #C7C7C7. Windows color (decimal): -3683154 or 11455687. OLE color: 11455687.

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

Color convert

RGB199204174-
CMYK0.0200.150.2
HSL70º22.73%74.12%-
HSV(B)70º14.71%80%-
XYZ52.7958.3848.53-
YUV199.08113.84127.94-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.49%
GREEN value IS 204 (80.08% from 255) = 35.36%
BLUE value IS 174 (68.36% from 255) = 30.16%
R=34.49%
G=35.36%
B=30.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1992041740.0200.150.27022.7374.12
HexC7CCAE20F1446174a
Octal30731425620172410627112
Binary1100011111001100101011101001111101001000110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CCAE; }

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

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

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

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

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

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

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

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