#C66582

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

Shades of Charm #C66582

Tints of Charm #C66582

Color information

#C66582 (or 0xC66582) is unknown color: approx Charm. HEX triplet: C6, 65 and 82. RGB value is (198,101,130). Sum of RGB (Red+Green+Blue) = 198+101+130=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C66582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66582 is #399A7D. Grayscale: #858585. Windows color (decimal): -3775102 or 8545734. OLE color: 8545734.

HSL color Cylindrical-coordinate representation of color #C66582: hue angle of 342.06º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66582 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB198101130-
CMYK00.490.340.22
HSL342.06º45.97%58.63%-
HSV(B)342.06º48.99%77.65%-
XYZ31.9722.9223.86-
YUV133.31126.14174.14-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=46.15%
G=23.54%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810113000.490.340.22342.0645.9758.63
HexC6658203122161562e3b
Octal30614520206142265265673
Binary11000110110010110000010011000110001010110101010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66582; }

 p { color: rgb(198,101,130); }

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

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

 a { background-color: rgb(198,101,130); }

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

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

 span { border-color: rgb(198,101,130); }

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