Shades of Cranberry #CB5C7D
Tints of Cranberry #CB5C7D
RGB
CMYK
RGB Variations
Color information
#CB5C7D (or 0xCB5C7D) is known color: Cranberry. HEX triplet: CB, 5C and 7D. RGB value is (203,92,125). Sum of RGB (Red+Green+Blue) = 203+92+125=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C7D is #34A382. Grayscale: #808080. Windows color (decimal): -3449731 or 8215755. OLE color: 8215755.
HSL color Cylindrical-coordinate representation of color #CB5C7D: hue angle of 342.16º 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 #CB5C7D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 125 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.20 |
| HSL | 342.16º | 0.52% | 0.58% | - |
| HSV(B) | 342.16º | 0.55% | 0.8% | - |
| XYZ | 32.16 | 21.83 | 21.92 | - |
| YUV | 128.95 | 125.77 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 125 | 0 | 0.55 | 0.38 | 0.20 | 342.16 | 0.52 | 0.58 |
| Hex | CB | 5C | 7D | 0 | 37 | 26 | 14 | 156 | 34 | 3A |
| Octal | 313 | 134 | 175 | 0 | 67 | 46 | 24 | 526 | 64 | 72 |
| Binary | 11001011 | 1011100 | 1111101 | 0 | 110111 | 100110 | 10100 | 101010110 | 110100 | 111010 |
Color Harmonies of #CB5C7D
Complementary color
Monochromatic Colors of #CB5C7D
Black with #CB5C7D
Text Example
Text Example
White with #CB5C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C7D; }
p { color: rgb(203,92,125); }
H1.HeaderClassName
{
color: #CB5C7D;
}
.AnyTagClassName
{
color: #CB5C7D;
}
</style>
background-color css
<style>
a { background-color: #CB5C7D; }
a { background-color: rgb(203,92,125); }
div.DivClassName
{
background-color: #CB5C7D;
}
.BgClassName
{
background-color: #CB5C7D;
}
</style>
border-color css
<style>
span { border-color: #CB5C7D; }
span { border-color: rgb(203,92,125); }
td.TdClassName
{
border-color: #CB5C7D;
}
.TagClassName
{
border-color: #CB5C7D;
}
</style>