Shades of Cranberry #CB597F
Tints of Cranberry #CB597F
RGB
CMYK
RGB Variations
Color information
#CB597F (or 0xCB597F) is known color: Cranberry. HEX triplet: CB, 59 and 7F. RGB value is (203,89,127). Sum of RGB (Red+Green+Blue) = 203+89+127=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB597F is #34A680. Grayscale: #7F7F7F. Windows color (decimal): -3450497 or 8346059. OLE color: 8346059.
HSL color Cylindrical-coordinate representation of color #CB597F: hue angle of 340º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB597F is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 127 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.20 |
| HSL | 340º | 0.52% | 0.57% | - |
| HSV(B) | 340º | 0.56% | 0.8% | - |
| XYZ | 32.03 | 21.37 | 22.52 | - |
| YUV | 127.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 127 | 0 | 0.56 | 0.37 | 0.20 | 340 | 0.52 | 0.57 |
| Hex | CB | 59 | 7F | 0 | 38 | 25 | 14 | 154 | 34 | 39 |
| Octal | 313 | 131 | 177 | 0 | 70 | 45 | 24 | 524 | 64 | 71 |
| Binary | 11001011 | 1011001 | 1111111 | 0 | 111000 | 100101 | 10100 | 101010100 | 110100 | 111001 |
Color Harmonies of #CB597F
Complementary color
Monochromatic Colors of #CB597F
Black with #CB597F
Text Example
Text Example
White with #CB597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB597F; }
p { color: rgb(203,89,127); }
H1.HeaderClassName
{
color: #CB597F;
}
.AnyTagClassName
{
color: #CB597F;
}
</style>
background-color css
<style>
a { background-color: #CB597F; }
a { background-color: rgb(203,89,127); }
div.DivClassName
{
background-color: #CB597F;
}
.BgClassName
{
background-color: #CB597F;
}
</style>
border-color css
<style>
span { border-color: #CB597F; }
span { border-color: rgb(203,89,127); }
td.TdClassName
{
border-color: #CB597F;
}
.TagClassName
{
border-color: #CB597F;
}
</style>