Shades of Cranberry #C7557D
Tints of Cranberry #C7557D
RGB
CMYK
RGB Variations
Color information
#C7557D (or 0xC7557D) is known color: Cranberry. HEX triplet: C7, 55 and 7D. RGB value is (199,85,125). Sum of RGB (Red+Green+Blue) = 199+85+125=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7557D is #38AA82. Grayscale: #7B7B7B. Windows color (decimal): -3713667 or 8213959. OLE color: 8213959.
HSL color Cylindrical-coordinate representation of color #C7557D: hue angle of 338.95º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7557D is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 85 | 125 | - |
| CMYK | 0 | 0.57 | 0.37 | 0.22 |
| HSL | 338.95º | 0.5% | 0.56% | - |
| HSV(B) | 338.95º | 0.57% | 0.78% | - |
| XYZ | 30.5 | 20.12 | 21.68 | - |
| YUV | 123.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 85 | 125 | 0 | 0.57 | 0.37 | 0.22 | 338.95 | 0.5 | 0.56 |
| Hex | C7 | 55 | 7D | 0 | 39 | 25 | 16 | 153 | 32 | 38 |
| Octal | 307 | 125 | 175 | 0 | 71 | 45 | 26 | 523 | 62 | 70 |
| Binary | 11000111 | 1010101 | 1111101 | 0 | 111001 | 100101 | 10110 | 101010011 | 110010 | 111000 |
Color Harmonies of #C7557D
Complementary color
Monochromatic Colors of #C7557D
Black with #C7557D
Text Example
Text Example
White with #C7557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7557D; }
p { color: rgb(199,85,125); }
H1.HeaderClassName
{
color: #C7557D;
}
.AnyTagClassName
{
color: #C7557D;
}
</style>
background-color css
<style>
a { background-color: #C7557D; }
a { background-color: rgb(199,85,125); }
div.DivClassName
{
background-color: #C7557D;
}
.BgClassName
{
background-color: #C7557D;
}
</style>
border-color css
<style>
span { border-color: #C7557D; }
span { border-color: rgb(199,85,125); }
td.TdClassName
{
border-color: #C7557D;
}
.TagClassName
{
border-color: #C7557D;
}
</style>