#C6CAAF

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

Shades of Kidnapper #C6CAAF

Tints of Kidnapper #C6CAAF

Color information

#C6CAAF (or 0xC6CAAF) is unknown color: approx Kidnapper. HEX triplet: C6, CA and AF. RGB value is (198,202,175). Sum of RGB (Red+Green+Blue) = 198+202+175=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CAAF is #393550. Grayscale: #C5C5C5. Windows color (decimal): -3749201 or 11520710. OLE color: 11520710.

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

Color convert

RGB198202175-
CMYK0.0200.130.21
HSL68.89º20.3%73.92%-
HSV(B)68.89º13.37%79.22%-
XYZ52.1557.3448.88-
YUV197.73115.17128.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 35.13%
BLUE value IS 175 (68.75% from 255) = 30.43%
R=34.43%
G=35.13%
B=30.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021750.0200.130.2168.8920.373.92
HexC6CAAF20D1545144a
Octal30631225720152510524112
Binary1100011011001010101011111001101101011000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAAF; }

 p { color: rgb(198,202,175); }

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

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

 a { background-color: rgb(198,202,175); }

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

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

 span { border-color: rgb(198,202,175); }

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