#C66683

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

Shades of Charm #C66683

Tints of Charm #C66683

Color information

#C66683 (or 0xC66683) is unknown color: approx Charm. HEX triplet: C6, 66 and 83. RGB value is (198,102,131). Sum of RGB (Red+Green+Blue) = 198+102+131=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C66683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66683 is #39997C. Grayscale: #858585. Windows color (decimal): -3774845 or 8611526. OLE color: 8611526.

HSL color Cylindrical-coordinate representation of color #C66683: hue angle of 341.88º degrees, saturation: 0.46, 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 #C66683 is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB198102131-
CMYK00.480.340.22
HSL341.88º45.71%58.82%-
HSV(B)341.88º48.48%77.65%-
XYZ32.1423.1524.25-
YUV134.01126.3173.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.94%
GREEN value IS 102 (40.23% from 255) = 23.67%
BLUE value IS 131 (51.56% from 255) = 30.39%
R=45.94%
G=23.67%
B=30.39%

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
Decimal19810213100.480.340.22341.8845.7158.82
HexC6668303022161562e3b
Octal30614620306042265265673
Binary11000110110011010000011011000010001010110101010110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66683; }

 p { color: rgb(198,102,131); }

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

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

 a { background-color: rgb(198,102,131); }

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

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

 span { border-color: rgb(198,102,131); }

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