Shades of Cranberry #CB517D
Tints of Cranberry #CB517D
RGB
CMYK
RGB Variations
Color information
#CB517D (or 0xCB517D) is known color: Cranberry. HEX triplet: CB, 51 and 7D. RGB value is (203,81,125). Sum of RGB (Red+Green+Blue) = 203+81+125=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB517D is #34AE82. Grayscale: #7A7A7A. Windows color (decimal): -3452547 or 8212939. OLE color: 8212939.
HSL color Cylindrical-coordinate representation of color #CB517D: hue angle of 338.36º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB517D is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 125 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.20 |
| HSL | 338.36º | 0.54% | 0.56% | - |
| HSV(B) | 338.36º | 0.6% | 0.8% | - |
| XYZ | 31.27 | 20.06 | 21.63 | - |
| YUV | 122.49 | 129.42 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 125 | 0 | 0.60 | 0.38 | 0.20 | 338.36 | 0.54 | 0.56 |
| Hex | CB | 51 | 7D | 0 | 3C | 26 | 14 | 152 | 36 | 38 |
| Octal | 313 | 121 | 175 | 0 | 74 | 46 | 24 | 522 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1111101 | 0 | 111100 | 100110 | 10100 | 101010010 | 110110 | 111000 |
Color Harmonies of #CB517D
Complementary color
Monochromatic Colors of #CB517D
Black with #CB517D
Text Example
Text Example
White with #CB517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB517D; }
p { color: rgb(203,81,125); }
H1.HeaderClassName
{
color: #CB517D;
}
.AnyTagClassName
{
color: #CB517D;
}
</style>
background-color css
<style>
a { background-color: #CB517D; }
a { background-color: rgb(203,81,125); }
div.DivClassName
{
background-color: #CB517D;
}
.BgClassName
{
background-color: #CB517D;
}
</style>
border-color css
<style>
span { border-color: #CB517D; }
span { border-color: rgb(203,81,125); }
td.TdClassName
{
border-color: #CB517D;
}
.TagClassName
{
border-color: #CB517D;
}
</style>