Shades of Cranberry #CB507E
Tints of Cranberry #CB507E
RGB
CMYK
RGB Variations
Color information
#CB507E (or 0xCB507E) is known color: Cranberry. HEX triplet: CB, 50 and 7E. RGB value is (203,80,126). Sum of RGB (Red+Green+Blue) = 203+80+126=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB507E is #34AF81. Grayscale: #797979. Windows color (decimal): -3452802 or 8278219. OLE color: 8278219.
HSL color Cylindrical-coordinate representation of color #CB507E: hue angle of 337.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB507E is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 126 | - |
| CMYK | 0 | 0.61 | 0.38 | 0.20 |
| HSL | 337.56º | 0.54% | 0.55% | - |
| HSV(B) | 337.56º | 0.61% | 0.8% | - |
| XYZ | 31.26 | 19.94 | 21.94 | - |
| YUV | 122.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 126 | 0 | 0.61 | 0.38 | 0.20 | 337.56 | 0.54 | 0.55 |
| Hex | CB | 50 | 7E | 0 | 3D | 26 | 14 | 152 | 36 | 37 |
| Octal | 313 | 120 | 176 | 0 | 75 | 46 | 24 | 522 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1111110 | 0 | 111101 | 100110 | 10100 | 101010010 | 110110 | 110111 |
Color Harmonies of #CB507E
Complementary color
Monochromatic Colors of #CB507E
Black with #CB507E
Text Example
Text Example
White with #CB507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB507E; }
p { color: rgb(203,80,126); }
H1.HeaderClassName
{
color: #CB507E;
}
.AnyTagClassName
{
color: #CB507E;
}
</style>
background-color css
<style>
a { background-color: #CB507E; }
a { background-color: rgb(203,80,126); }
div.DivClassName
{
background-color: #CB507E;
}
.BgClassName
{
background-color: #CB507E;
}
</style>
border-color css
<style>
span { border-color: #CB507E; }
span { border-color: rgb(203,80,126); }
td.TdClassName
{
border-color: #CB507E;
}
.TagClassName
{
border-color: #CB507E;
}
</style>