Shades of Cranberry #CB577D
Tints of Cranberry #CB577D
RGB
CMYK
RGB Variations
Color information
#CB577D (or 0xCB577D) is known color: Cranberry. HEX triplet: CB, 57 and 7D. RGB value is (203,87,125). Sum of RGB (Red+Green+Blue) = 203+87+125=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB577D is #34A882. Grayscale: #7D7D7D. Windows color (decimal): -3451011 or 8214475. OLE color: 8214475.
HSL color Cylindrical-coordinate representation of color #CB577D: hue angle of 340.34º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB577D is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 125 | - |
| CMYK | 0 | 0.57 | 0.38 | 0.20 |
| HSL | 340.34º | 0.53% | 0.57% | - |
| HSV(B) | 340.34º | 0.57% | 0.8% | - |
| XYZ | 31.74 | 20.99 | 21.78 | - |
| YUV | 126.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 125 | 0 | 0.57 | 0.38 | 0.20 | 340.34 | 0.53 | 0.57 |
| Hex | CB | 57 | 7D | 0 | 39 | 26 | 14 | 154 | 35 | 39 |
| Octal | 313 | 127 | 175 | 0 | 71 | 46 | 24 | 524 | 65 | 71 |
| Binary | 11001011 | 1010111 | 1111101 | 0 | 111001 | 100110 | 10100 | 101010100 | 110101 | 111001 |
Color Harmonies of #CB577D
Complementary color
Monochromatic Colors of #CB577D
Black with #CB577D
Text Example
Text Example
White with #CB577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB577D; }
p { color: rgb(203,87,125); }
H1.HeaderClassName
{
color: #CB577D;
}
.AnyTagClassName
{
color: #CB577D;
}
</style>
background-color css
<style>
a { background-color: #CB577D; }
a { background-color: rgb(203,87,125); }
div.DivClassName
{
background-color: #CB577D;
}
.BgClassName
{
background-color: #CB577D;
}
</style>
border-color css
<style>
span { border-color: #CB577D; }
span { border-color: rgb(203,87,125); }
td.TdClassName
{
border-color: #CB577D;
}
.TagClassName
{
border-color: #CB577D;
}
</style>