Shades of Charm #CB647B
Tints of Charm #CB647B
RGB
CMYK
RGB Variations
Color information
#CB647B (or 0xCB647B) is known color: Charm. HEX triplet: CB, 64 and 7B. RGB value is (203,100,123). Sum of RGB (Red+Green+Blue) = 203+100+123=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB647B is #349B84. Grayscale: #858585. Windows color (decimal): -3447685 or 8086731. OLE color: 8086731.
HSL color Cylindrical-coordinate representation of color #CB647B: hue angle of 346.6º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB647B is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 100 | 123 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.20 |
| HSL | 346.6º | 0.5% | 0.59% | - |
| HSV(B) | 346.6º | 0.51% | 0.8% | - |
| XYZ | 32.76 | 23.24 | 21.5 | - |
| YUV | 133.42 | 122.12 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 100 | 123 | 0 | 0.51 | 0.39 | 0.20 | 346.6 | 0.5 | 0.59 |
| Hex | CB | 64 | 7B | 0 | 33 | 27 | 14 | 15B | 32 | 3B |
| Octal | 313 | 144 | 173 | 0 | 63 | 47 | 24 | 533 | 62 | 73 |
| Binary | 11001011 | 1100100 | 1111011 | 0 | 110011 | 100111 | 10100 | 101011011 | 110010 | 111011 |
Color Harmonies of #CB647B
Complementary color
Monochromatic Colors of #CB647B
Black with #CB647B
Text Example
Text Example
White with #CB647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB647B; }
p { color: rgb(203,100,123); }
H1.HeaderClassName
{
color: #CB647B;
}
.AnyTagClassName
{
color: #CB647B;
}
</style>
background-color css
<style>
a { background-color: #CB647B; }
a { background-color: rgb(203,100,123); }
div.DivClassName
{
background-color: #CB647B;
}
.BgClassName
{
background-color: #CB647B;
}
</style>
border-color css
<style>
span { border-color: #CB647B; }
span { border-color: rgb(203,100,123); }
td.TdClassName
{
border-color: #CB647B;
}
.TagClassName
{
border-color: #CB647B;
}
</style>