Shades of Cranberry #C6587F
Tints of Cranberry #C6587F
RGB
CMYK
RGB Variations
Color information
#C6587F (or 0xC6587F) is known color: Cranberry. HEX triplet: C6, 58 and 7F. RGB value is (198,88,127). Sum of RGB (Red+Green+Blue) = 198+88+127=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6587F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6587F is #39A780. Grayscale: #7D7D7D. Windows color (decimal): -3778433 or 8345798. OLE color: 8345798.
HSL color Cylindrical-coordinate representation of color #C6587F: hue angle of 338.73º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6587F is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 88 | 127 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.22 |
| HSL | 338.73º | 0.49% | 0.56% | - |
| HSV(B) | 338.73º | 0.56% | 0.78% | - |
| XYZ | 30.61 | 20.52 | 22.43 | - |
| YUV | 125.34 | 128.94 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 127 | 0 | 0.56 | 0.36 | 0.22 | 338.73 | 0.49 | 0.56 |
| Hex | C6 | 58 | 7F | 0 | 38 | 24 | 16 | 153 | 31 | 38 |
| Octal | 306 | 130 | 177 | 0 | 70 | 44 | 26 | 523 | 61 | 70 |
| Binary | 11000110 | 1011000 | 1111111 | 0 | 111000 | 100100 | 10110 | 101010011 | 110001 | 111000 |
Color Harmonies of #C6587F
Complementary color
Monochromatic Colors of #C6587F
Black with #C6587F
Text Example
Text Example
White with #C6587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6587F; }
p { color: rgb(198,88,127); }
H1.HeaderClassName
{
color: #C6587F;
}
.AnyTagClassName
{
color: #C6587F;
}
</style>
background-color css
<style>
a { background-color: #C6587F; }
a { background-color: rgb(198,88,127); }
div.DivClassName
{
background-color: #C6587F;
}
.BgClassName
{
background-color: #C6587F;
}
</style>
border-color css
<style>
span { border-color: #C6587F; }
span { border-color: rgb(198,88,127); }
td.TdClassName
{
border-color: #C6587F;
}
.TagClassName
{
border-color: #C6587F;
}
</style>