Shades of Cranberry #C7537D
Tints of Cranberry #C7537D
RGB
CMYK
RGB Variations
Color information
#C7537D (or 0xC7537D) is known color: Cranberry. HEX triplet: C7, 53 and 7D. RGB value is (199,83,125). Sum of RGB (Red+Green+Blue) = 199+83+125=407 (53% of max value = 765). Red value is 199 (78.12% from 255 or 48.89% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 199 - color contains mainly: red. Hex color #C7537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7537D is #38AC82. Grayscale: #7A7A7A. Windows color (decimal): -3714179 or 8213447. OLE color: 8213447.
HSL color Cylindrical-coordinate representation of color #C7537D: hue angle of 338.28º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7537D is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 83 | 125 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.22 |
| HSL | 338.28º | 0.51% | 0.55% | - |
| HSV(B) | 338.28º | 0.58% | 0.78% | - |
| XYZ | 30.35 | 19.81 | 21.63 | - |
| YUV | 122.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 83 | 125 | 0 | 0.58 | 0.37 | 0.22 | 338.28 | 0.51 | 0.55 |
| Hex | C7 | 53 | 7D | 0 | 3A | 25 | 16 | 152 | 33 | 37 |
| Octal | 307 | 123 | 175 | 0 | 72 | 45 | 26 | 522 | 63 | 67 |
| Binary | 11000111 | 1010011 | 1111101 | 0 | 111010 | 100101 | 10110 | 101010010 | 110011 | 110111 |
Color Harmonies of #C7537D
Complementary color
Monochromatic Colors of #C7537D
Black with #C7537D
Text Example
Text Example
White with #C7537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7537D; }
p { color: rgb(199,83,125); }
H1.HeaderClassName
{
color: #C7537D;
}
.AnyTagClassName
{
color: #C7537D;
}
</style>
background-color css
<style>
a { background-color: #C7537D; }
a { background-color: rgb(199,83,125); }
div.DivClassName
{
background-color: #C7537D;
}
.BgClassName
{
background-color: #C7537D;
}
</style>
border-color css
<style>
span { border-color: #C7537D; }
span { border-color: rgb(199,83,125); }
td.TdClassName
{
border-color: #C7537D;
}
.TagClassName
{
border-color: #C7537D;
}
</style>