#C6818B

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

Shades of Charm #C6818B

Tints of Charm #C6818B

Color information

#C6818B (or 0xC6818B) is unknown color: approx Charm. HEX triplet: C6, 81 and 8B. RGB value is (198,129,139). Sum of RGB (Red+Green+Blue) = 198+129+139=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6818B is #397E74. Grayscale: #969696. Windows color (decimal): -3767925 or 9142726. OLE color: 9142726.

HSL color Cylindrical-coordinate representation of color #C6818B: hue angle of 351.3º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C6818B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB198129139-
CMYK00.350.300.22
HSL351.3º37.7%64.12%-
HSV(B)351.3º34.85%77.65%-
XYZ35.829.5728.25-
YUV150.77121.36161.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=42.49%
G=27.68%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812913900.350.300.22351.337.764.12
HexC6818B0231E1615f2640
Octal306201213043362653746100
Binary110001101000000110001011010001111110101101010111111001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6818B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6818B; }

 p { color: rgb(198,129,139); }

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

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

 a { background-color: rgb(198,129,139); }

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

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

 span { border-color: rgb(198,129,139); }

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