Shades of Cranberry #C7547D
Tints of Cranberry #C7547D
RGB
CMYK
RGB Variations
Color information
#C7547D (or 0xC7547D) is known color: Cranberry. HEX triplet: C7, 54 and 7D. RGB value is (199,84,125). Sum of RGB (Red+Green+Blue) = 199+84+125=408 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.77% from 408); Green value is 84 (33.20% from 255 or 20.59% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 199 - color contains mainly: red. Hex color #C7547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7547D is #38AB82. Grayscale: #7B7B7B. Windows color (decimal): -3713923 or 8213703. OLE color: 8213703.
HSL color Cylindrical-coordinate representation of color #C7547D: hue angle of 338.61º 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 #C7547D is Cyan = 0, Magento = 0.58, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 84 | 125 | - |
| CMYK | 0 | 0.58 | 0.37 | 0.22 |
| HSL | 338.61º | 0.51% | 0.55% | - |
| HSV(B) | 338.61º | 0.58% | 0.78% | - |
| XYZ | 30.43 | 19.96 | 21.65 | - |
| YUV | 123.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 84 | 125 | 0 | 0.58 | 0.37 | 0.22 | 338.61 | 0.51 | 0.55 |
| Hex | C7 | 54 | 7D | 0 | 3A | 25 | 16 | 153 | 33 | 37 |
| Octal | 307 | 124 | 175 | 0 | 72 | 45 | 26 | 523 | 63 | 67 |
| Binary | 11000111 | 1010100 | 1111101 | 0 | 111010 | 100101 | 10110 | 101010011 | 110011 | 110111 |
Color Harmonies of #C7547D
Complementary color
Monochromatic Colors of #C7547D
Black with #C7547D
Text Example
Text Example
White with #C7547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7547D; }
p { color: rgb(199,84,125); }
H1.HeaderClassName
{
color: #C7547D;
}
.AnyTagClassName
{
color: #C7547D;
}
</style>
background-color css
<style>
a { background-color: #C7547D; }
a { background-color: rgb(199,84,125); }
div.DivClassName
{
background-color: #C7547D;
}
.BgClassName
{
background-color: #C7547D;
}
</style>
border-color css
<style>
span { border-color: #C7547D; }
span { border-color: rgb(199,84,125); }
td.TdClassName
{
border-color: #C7547D;
}
.TagClassName
{
border-color: #C7547D;
}
</style>