Shades of Charm #C66583
Tints of Charm #C66583
RGB
CMYK
RGB Variations
Color information
#C66583 (or 0xC66583) is known color: Charm. HEX triplet: C6, 65 and 83. RGB value is (198,101,131). Sum of RGB (Red+Green+Blue) = 198+101+131=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C66583 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66583 is #399A7C. Grayscale: #858585. Windows color (decimal): -3775101 or 8611270. OLE color: 8611270.
HSL color Cylindrical-coordinate representation of color #C66583: hue angle of 341.44º 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 #C66583 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 101 | 131 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.22 |
| HSL | 341.44º | 0.46% | 0.59% | - |
| HSV(B) | 341.44º | 0.49% | 0.78% | - |
| XYZ | 32.04 | 22.95 | 24.21 | - |
| YUV | 133.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 101 | 131 | 0 | 0.49 | 0.34 | 0.22 | 341.44 | 0.46 | 0.59 |
| Hex | C6 | 65 | 83 | 0 | 31 | 22 | 16 | 155 | 2E | 3B |
| Octal | 306 | 145 | 203 | 0 | 61 | 42 | 26 | 525 | 56 | 73 |
| Binary | 11000110 | 1100101 | 10000011 | 0 | 110001 | 100010 | 10110 | 101010101 | 101110 | 111011 |
Color Harmonies of #C66583
Complementary color
Monochromatic Colors of #C66583
Black with #C66583
Text Example
Text Example
White with #C66583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66583; }
p { color: rgb(198,101,131); }
H1.HeaderClassName
{
color: #C66583;
}
.AnyTagClassName
{
color: #C66583;
}
</style>
background-color css
<style>
a { background-color: #C66583; }
a { background-color: rgb(198,101,131); }
div.DivClassName
{
background-color: #C66583;
}
.BgClassName
{
background-color: #C66583;
}
</style>
border-color css
<style>
span { border-color: #C66583; }
span { border-color: rgb(198,101,131); }
td.TdClassName
{
border-color: #C66583;
}
.TagClassName
{
border-color: #C66583;
}
</style>