#C6CAAD

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

Shades of Kidnapper #C6CAAD

Tints of Kidnapper #C6CAAD

Color information

#C6CAAD (or 0xC6CAAD) is unknown color: approx Kidnapper. HEX triplet: C6, CA and AD. RGB value is (198,202,173). Sum of RGB (Red+Green+Blue) = 198+202+173=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CAAD is #393552. Grayscale: #C5C5C5. Windows color (decimal): -3749203 or 11389638. OLE color: 11389638.

HSL color Cylindrical-coordinate representation of color #C6CAAD: hue angle of 68.28º 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 #C6CAAD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB198202173-
CMYK0.0200.140.21
HSL68.28º21.48%73.53%-
HSV(B)68.28º14.36%79.22%-
XYZ51.9557.2647.85-
YUV197.5114.17128.36-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 173 (67.97% from 255) = 30.19%
R=34.55%
G=35.25%
B=30.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1982021730.0200.140.2168.2821.4873.53
HexC6CAAD20E1544154a
Octal30631225520162510425112
Binary1100011011001010101011011001110101011000100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAAD; }

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

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

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

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

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

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

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

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