Shades of Cranberry #CB5C7E
Tints of Cranberry #CB5C7E
RGB
CMYK
RGB Variations
Color information
#CB5C7E (or 0xCB5C7E) is known color: Cranberry. HEX triplet: CB, 5C and 7E. RGB value is (203,92,126). Sum of RGB (Red+Green+Blue) = 203+92+126=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 126 (49.61% from 255 or 29.93% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C7E is #34A381. Grayscale: #818181. Windows color (decimal): -3449730 or 8281291. OLE color: 8281291.
HSL color Cylindrical-coordinate representation of color #CB5C7E: hue angle of 341.62º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5C7E is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 126 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.20 |
| HSL | 341.62º | 0.52% | 0.58% | - |
| HSV(B) | 341.62º | 0.55% | 0.8% | - |
| XYZ | 32.22 | 21.86 | 22.26 | - |
| YUV | 129.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 126 | 0 | 0.55 | 0.38 | 0.20 | 341.62 | 0.52 | 0.58 |
| Hex | CB | 5C | 7E | 0 | 37 | 26 | 14 | 156 | 34 | 3A |
| Octal | 313 | 134 | 176 | 0 | 67 | 46 | 24 | 526 | 64 | 72 |
| Binary | 11001011 | 1011100 | 1111110 | 0 | 110111 | 100110 | 10100 | 101010110 | 110100 | 111010 |
Color Harmonies of #CB5C7E
Complementary color
Monochromatic Colors of #CB5C7E
Black with #CB5C7E
Text Example
Text Example
White with #CB5C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C7E; }
p { color: rgb(203,92,126); }
H1.HeaderClassName
{
color: #CB5C7E;
}
.AnyTagClassName
{
color: #CB5C7E;
}
</style>
background-color css
<style>
a { background-color: #CB5C7E; }
a { background-color: rgb(203,92,126); }
div.DivClassName
{
background-color: #CB5C7E;
}
.BgClassName
{
background-color: #CB5C7E;
}
</style>
border-color css
<style>
span { border-color: #CB5C7E; }
span { border-color: rgb(203,92,126); }
td.TdClassName
{
border-color: #CB5C7E;
}
.TagClassName
{
border-color: #CB5C7E;
}
</style>