Shades of Charm #CF677B
Tints of Charm #CF677B
RGB
CMYK
RGB Variations
Color information
#CF677B (or 0xCF677B) is known color: Charm. HEX triplet: CF, 67 and 7B. RGB value is (207,103,123). Sum of RGB (Red+Green+Blue) = 207+103+123=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF677B is #309884. Grayscale: #888888. Windows color (decimal): -3184773 or 8087503. OLE color: 8087503.
HSL color Cylindrical-coordinate representation of color #CF677B: hue angle of 348.46º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF677B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 123 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.19 |
| HSL | 348.46º | 0.52% | 0.61% | - |
| HSV(B) | 348.46º | 0.5% | 0.81% | - |
| XYZ | 34.16 | 24.4 | 21.65 | - |
| YUV | 136.38 | 120.46 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 123 | 0 | 0.50 | 0.41 | 0.19 | 348.46 | 0.52 | 0.61 |
| Hex | CF | 67 | 7B | 0 | 32 | 29 | 13 | 15C | 34 | 3D |
| Octal | 317 | 147 | 173 | 0 | 62 | 51 | 23 | 534 | 64 | 75 |
| Binary | 11001111 | 1100111 | 1111011 | 0 | 110010 | 101001 | 10011 | 101011100 | 110100 | 111101 |
Color Harmonies of #CF677B
Complementary color
Monochromatic Colors of #CF677B
Black with #CF677B
Text Example
Text Example
White with #CF677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF677B; }
p { color: rgb(207,103,123); }
H1.HeaderClassName
{
color: #CF677B;
}
.AnyTagClassName
{
color: #CF677B;
}
</style>
background-color css
<style>
a { background-color: #CF677B; }
a { background-color: rgb(207,103,123); }
div.DivClassName
{
background-color: #CF677B;
}
.BgClassName
{
background-color: #CF677B;
}
</style>
border-color css
<style>
span { border-color: #CF677B; }
span { border-color: rgb(207,103,123); }
td.TdClassName
{
border-color: #CF677B;
}
.TagClassName
{
border-color: #CF677B;
}
</style>