Shades of Charm #CB617E
Tints of Charm #CB617E
RGB
CMYK
RGB Variations
Color information
#CB617E (or 0xCB617E) is known color: Charm. HEX triplet: CB, 61 and 7E. RGB value is (203,97,126). Sum of RGB (Red+Green+Blue) = 203+97+126=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB617E is #349E81. Grayscale: #838383. Windows color (decimal): -3448450 or 8282571. OLE color: 8282571.
HSL color Cylindrical-coordinate representation of color #CB617E: hue angle of 343.58º 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 #CB617E is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 126 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.20 |
| HSL | 343.58º | 0.5% | 0.59% | - |
| HSV(B) | 343.58º | 0.52% | 0.8% | - |
| XYZ | 32.67 | 22.75 | 22.41 | - |
| YUV | 132 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 126 | 0 | 0.52 | 0.38 | 0.20 | 343.58 | 0.5 | 0.59 |
| Hex | CB | 61 | 7E | 0 | 34 | 26 | 14 | 158 | 32 | 3B |
| Octal | 313 | 141 | 176 | 0 | 64 | 46 | 24 | 530 | 62 | 73 |
| Binary | 11001011 | 1100001 | 1111110 | 0 | 110100 | 100110 | 10100 | 101011000 | 110010 | 111011 |
Color Harmonies of #CB617E
Complementary color
Monochromatic Colors of #CB617E
Black with #CB617E
Text Example
Text Example
White with #CB617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB617E; }
p { color: rgb(203,97,126); }
H1.HeaderClassName
{
color: #CB617E;
}
.AnyTagClassName
{
color: #CB617E;
}
</style>
background-color css
<style>
a { background-color: #CB617E; }
a { background-color: rgb(203,97,126); }
div.DivClassName
{
background-color: #CB617E;
}
.BgClassName
{
background-color: #CB617E;
}
</style>
border-color css
<style>
span { border-color: #CB617E; }
span { border-color: rgb(203,97,126); }
td.TdClassName
{
border-color: #CB617E;
}
.TagClassName
{
border-color: #CB617E;
}
</style>