#C6CAB0

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

Shades of Kidnapper #C6CAB0

Tints of Kidnapper #C6CAB0

Color information

#C6CAB0 (or 0xC6CAB0) is unknown color: approx Kidnapper. HEX triplet: C6, CA and B0. RGB value is (198,202,176). Sum of RGB (Red+Green+Blue) = 198+202+176=576 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.38% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6CAB0 is #39354F. Grayscale: #C5C5C5. Windows color (decimal): -3749200 or 11586246. OLE color: 11586246.

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

Color convert

RGB198202176-
CMYK0.0200.130.21
HSL69.23º19.7%74.12%-
HSV(B)69.23º12.87%79.22%-
XYZ52.2557.3849.4-
YUV197.84115.67128.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.38%
GREEN value IS 202 (79.30% from 255) = 35.07%
BLUE value IS 176 (69.14% from 255) = 30.56%
R=34.38%
G=35.07%
B=30.56%

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
Decimal1982021760.0200.130.2169.2319.774.12
HexC6CAB020D1545144a
Octal30631226020152510524112
Binary1100011011001010101100001001101101011000101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAB0; }

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

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

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

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

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

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

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

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