Shades of Charm #CB627D
Tints of Charm #CB627D
RGB
CMYK
RGB Variations
Color information
#CB627D (or 0xCB627D) is known color: Charm. HEX triplet: CB, 62 and 7D. RGB value is (203,98,125). Sum of RGB (Red+Green+Blue) = 203+98+125=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 98 (38.67% from 255 or 23.00% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB627D is #349D82. Grayscale: #848484. Windows color (decimal): -3448195 or 8217291. OLE color: 8217291.
HSL color Cylindrical-coordinate representation of color #CB627D: hue angle of 344.57º 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 #CB627D is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 125 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.20 |
| HSL | 344.57º | 0.5% | 0.59% | - |
| HSV(B) | 344.57º | 0.52% | 0.8% | - |
| XYZ | 32.7 | 22.91 | 22.1 | - |
| YUV | 132.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 125 | 0 | 0.52 | 0.38 | 0.20 | 344.57 | 0.5 | 0.59 |
| Hex | CB | 62 | 7D | 0 | 34 | 26 | 14 | 159 | 32 | 3B |
| Octal | 313 | 142 | 175 | 0 | 64 | 46 | 24 | 531 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1111101 | 0 | 110100 | 100110 | 10100 | 101011001 | 110010 | 111011 |
Color Harmonies of #CB627D
Complementary color
Monochromatic Colors of #CB627D
Black with #CB627D
Text Example
Text Example
White with #CB627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB627D; }
p { color: rgb(203,98,125); }
H1.HeaderClassName
{
color: #CB627D;
}
.AnyTagClassName
{
color: #CB627D;
}
</style>
background-color css
<style>
a { background-color: #CB627D; }
a { background-color: rgb(203,98,125); }
div.DivClassName
{
background-color: #CB627D;
}
.BgClassName
{
background-color: #CB627D;
}
</style>
border-color css
<style>
span { border-color: #CB627D; }
span { border-color: rgb(203,98,125); }
td.TdClassName
{
border-color: #CB627D;
}
.TagClassName
{
border-color: #CB627D;
}
</style>