Shades of Charm #CD627F
Tints of Charm #CD627F
RGB
CMYK
RGB Variations
Color information
#CD627F (or 0xCD627F) is known color: Charm. HEX triplet: CD, 62 and 7F. RGB value is (205,98,127). Sum of RGB (Red+Green+Blue) = 205+98+127=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD627F is #329D80. Grayscale: #858585. Windows color (decimal): -3317121 or 8348365. OLE color: 8348365.
HSL color Cylindrical-coordinate representation of color #CD627F: hue angle of 343.74º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD627F is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 98 | 127 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.20 |
| HSL | 343.74º | 0.52% | 0.59% | - |
| HSV(B) | 343.74º | 0.52% | 0.8% | - |
| XYZ | 33.38 | 23.25 | 22.81 | - |
| YUV | 133.3 | 124.45 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 98 | 127 | 0 | 0.52 | 0.38 | 0.20 | 343.74 | 0.52 | 0.59 |
| Hex | CD | 62 | 7F | 0 | 34 | 26 | 14 | 158 | 34 | 3B |
| Octal | 315 | 142 | 177 | 0 | 64 | 46 | 24 | 530 | 64 | 73 |
| Binary | 11001101 | 1100010 | 1111111 | 0 | 110100 | 100110 | 10100 | 101011000 | 110100 | 111011 |
Color Harmonies of #CD627F
Complementary color
Monochromatic Colors of #CD627F
Black with #CD627F
Text Example
Text Example
White with #CD627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD627F; }
p { color: rgb(205,98,127); }
H1.HeaderClassName
{
color: #CD627F;
}
.AnyTagClassName
{
color: #CD627F;
}
</style>
background-color css
<style>
a { background-color: #CD627F; }
a { background-color: rgb(205,98,127); }
div.DivClassName
{
background-color: #CD627F;
}
.BgClassName
{
background-color: #CD627F;
}
</style>
border-color css
<style>
span { border-color: #CD627F; }
span { border-color: rgb(205,98,127); }
td.TdClassName
{
border-color: #CD627F;
}
.TagClassName
{
border-color: #CD627F;
}
</style>