#C66782

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

Shades of Charm #C66782

Tints of Charm #C66782

Color information

#C66782 (or 0xC66782) is unknown color: approx Charm. HEX triplet: C6, 67 and 82. RGB value is (198,103,130). Sum of RGB (Red+Green+Blue) = 198+103+130=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66782 is #39987D. Grayscale: #868686. Windows color (decimal): -3774590 or 8546246. OLE color: 8546246.

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

Color convert

RGB198103130-
CMYK00.480.340.22
HSL342.95º45.45%59.02%-
HSV(B)342.95º47.98%77.65%-
XYZ32.1723.3223.92-
YUV134.48125.47173.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 103 (40.62% from 255) = 23.90%
BLUE value IS 130 (51.17% from 255) = 30.16%
R=45.94%
G=23.90%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810313000.480.340.22342.9545.4559.02
HexC6678203022161572d3b
Octal30614720206042265275573
Binary11000110110011110000010011000010001010110101010111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66782; }

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

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

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

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

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

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

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

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