Shades of Charm #CB627F
Tints of Charm #CB627F
RGB
CMYK
RGB Variations
Color information
#CB627F (or 0xCB627F) is known color: Charm. HEX triplet: CB, 62 and 7F. RGB value is (203,98,127). Sum of RGB (Red+Green+Blue) = 203+98+127=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB627F is #349D80. Grayscale: #848484. Windows color (decimal): -3448193 or 8348363. OLE color: 8348363.
HSL color Cylindrical-coordinate representation of color #CB627F: hue angle of 343.43º degrees, saturation: 0.5, 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 #CB627F is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 127 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.20 |
| HSL | 343.43º | 0.5% | 0.59% | - |
| HSV(B) | 343.43º | 0.52% | 0.8% | - |
| XYZ | 32.83 | 22.96 | 22.78 | - |
| YUV | 132.7 | 124.79 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 127 | 0 | 0.52 | 0.37 | 0.20 | 343.43 | 0.5 | 0.59 |
| Hex | CB | 62 | 7F | 0 | 34 | 25 | 14 | 157 | 32 | 3B |
| Octal | 313 | 142 | 177 | 0 | 64 | 45 | 24 | 527 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1111111 | 0 | 110100 | 100101 | 10100 | 101010111 | 110010 | 111011 |
Color Harmonies of #CB627F
Complementary color
Monochromatic Colors of #CB627F
Black with #CB627F
Text Example
Text Example
White with #CB627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB627F; }
p { color: rgb(203,98,127); }
H1.HeaderClassName
{
color: #CB627F;
}
.AnyTagClassName
{
color: #CB627F;
}
</style>
background-color css
<style>
a { background-color: #CB627F; }
a { background-color: rgb(203,98,127); }
div.DivClassName
{
background-color: #CB627F;
}
.BgClassName
{
background-color: #CB627F;
}
</style>
border-color css
<style>
span { border-color: #CB627F; }
span { border-color: rgb(203,98,127); }
td.TdClassName
{
border-color: #CB627F;
}
.TagClassName
{
border-color: #CB627F;
}
</style>