#C7CAAE

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

Shades of Kidnapper #C7CAAE

Tints of Kidnapper #C7CAAE

Color information

#C7CAAE (or 0xC7CAAE) is unknown color: approx Kidnapper. HEX triplet: C7, CA and AE. RGB value is (199,202,174). Sum of RGB (Red+Green+Blue) = 199+202+174=575 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.61% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 174 (68.36% from 255 or 30.26% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #C7CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7CAAE is #383551. Grayscale: #C6C6C6. Windows color (decimal): -3683666 or 11455175. OLE color: 11455175.

HSL color Cylindrical-coordinate representation of color #C7CAAE: hue angle of 66.43º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7CAAE is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB199202174-
CMYK0.0100.140.21
HSL66.43º20.9%73.73%-
HSV(B)66.43º13.86%79.22%-
XYZ52.3157.4448.37-
YUV197.91114.51128.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.61%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 174 (68.36% from 255) = 30.26%
R=34.61%
G=35.13%
B=30.26%

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
Decimal1992021740.0100.140.2166.4320.973.73
HexC7CAAE10E1542154a
Octal30731225610162510225112
Binary110001111100101010101110101110101011000010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7CAAE; }

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

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

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

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

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

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

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

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