Shades of Charm #CB627E
Tints of Charm #CB627E
RGB
CMYK
RGB Variations
Color information
#CB627E (or 0xCB627E) is known color: Charm. HEX triplet: CB, 62 and 7E. RGB value is (203,98,126). Sum of RGB (Red+Green+Blue) = 203+98+126=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB627E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB627E is #349D81. Grayscale: #848484. Windows color (decimal): -3448194 or 8282827. OLE color: 8282827.
HSL color Cylindrical-coordinate representation of color #CB627E: hue angle of 344º 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 #CB627E is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 126 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.20 |
| HSL | 344º | 0.5% | 0.59% | - |
| HSV(B) | 344º | 0.52% | 0.8% | - |
| XYZ | 32.76 | 22.94 | 22.44 | - |
| YUV | 132.59 | 124.29 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 126 | 0 | 0.52 | 0.38 | 0.20 | 344 | 0.5 | 0.59 |
| Hex | CB | 62 | 7E | 0 | 34 | 26 | 14 | 158 | 32 | 3B |
| Octal | 313 | 142 | 176 | 0 | 64 | 46 | 24 | 530 | 62 | 73 |
| Binary | 11001011 | 1100010 | 1111110 | 0 | 110100 | 100110 | 10100 | 101011000 | 110010 | 111011 |
Color Harmonies of #CB627E
Complementary color
Monochromatic Colors of #CB627E
Black with #CB627E
Text Example
Text Example
White with #CB627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB627E; }
p { color: rgb(203,98,126); }
H1.HeaderClassName
{
color: #CB627E;
}
.AnyTagClassName
{
color: #CB627E;
}
</style>
background-color css
<style>
a { background-color: #CB627E; }
a { background-color: rgb(203,98,126); }
div.DivClassName
{
background-color: #CB627E;
}
.BgClassName
{
background-color: #CB627E;
}
</style>
border-color css
<style>
span { border-color: #CB627E; }
span { border-color: rgb(203,98,126); }
td.TdClassName
{
border-color: #CB627E;
}
.TagClassName
{
border-color: #CB627E;
}
</style>