Shades of Charm #C66683
Tints of Charm #C66683
RGB
CMYK
RGB Variations
Color information
#C66683 (or 0xC66683) is known color: 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
| RGB | 198 | 102 | 131 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.22 |
| HSL | 341.88º | 0.46% | 0.59% | - |
| HSV(B) | 341.88º | 0.48% | 0.78% | - |
| XYZ | 32.14 | 23.15 | 24.25 | - |
| YUV | 134.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 102 | 131 | 0 | 0.48 | 0.34 | 0.22 | 341.88 | 0.46 | 0.59 |
| Hex | C6 | 66 | 83 | 0 | 30 | 22 | 16 | 156 | 2E | 3B |
| Octal | 306 | 146 | 203 | 0 | 60 | 42 | 26 | 526 | 56 | 73 |
| Binary | 11000110 | 1100110 | 10000011 | 0 | 110000 | 100010 | 10110 | 101010110 | 101110 | 111011 |
Color Harmonies of #C66683
Complementary color
Monochromatic Colors of #C66683
Black with #C66683
Text Example
Text Example
White with #C66683
Text Example
Text Example
HTML Codes & Css Web 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>