Shades of Charm #CF6683
Tints of Charm #CF6683
RGB
CMYK
RGB Variations
Color information
#CF6683 (or 0xCF6683) is known color: Charm. HEX triplet: CF, 66 and 83. RGB value is (207,102,131). Sum of RGB (Red+Green+Blue) = 207+102+131=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF6683 is #30997C. Grayscale: #888888. Windows color (decimal): -3185021 or 8611535. OLE color: 8611535.
HSL color Cylindrical-coordinate representation of color #CF6683: hue angle of 343.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6683 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 131 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.19 |
| HSL | 343.43º | 0.52% | 0.61% | - |
| HSV(B) | 343.43º | 0.51% | 0.81% | - |
| XYZ | 34.58 | 24.41 | 24.36 | - |
| YUV | 136.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 131 | 0 | 0.51 | 0.37 | 0.19 | 343.43 | 0.52 | 0.61 |
| Hex | CF | 66 | 83 | 0 | 33 | 25 | 13 | 157 | 34 | 3D |
| Octal | 317 | 146 | 203 | 0 | 63 | 45 | 23 | 527 | 64 | 75 |
| Binary | 11001111 | 1100110 | 10000011 | 0 | 110011 | 100101 | 10011 | 101010111 | 110100 | 111101 |
Color Harmonies of #CF6683
Complementary color
Monochromatic Colors of #CF6683
Black with #CF6683
Text Example
Text Example
White with #CF6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6683; }
p { color: rgb(207,102,131); }
H1.HeaderClassName
{
color: #CF6683;
}
.AnyTagClassName
{
color: #CF6683;
}
</style>
background-color css
<style>
a { background-color: #CF6683; }
a { background-color: rgb(207,102,131); }
div.DivClassName
{
background-color: #CF6683;
}
.BgClassName
{
background-color: #CF6683;
}
</style>
border-color css
<style>
span { border-color: #CF6683; }
span { border-color: rgb(207,102,131); }
td.TdClassName
{
border-color: #CF6683;
}
.TagClassName
{
border-color: #CF6683;
}
</style>