Shades of Cranberry #C95C82
Tints of Cranberry #C95C82
RGB
CMYK
RGB Variations
Color information
#C95C82 (or 0xC95C82) is known color: Cranberry. HEX triplet: C9, 5C and 82. RGB value is (201,92,130). Sum of RGB (Red+Green+Blue) = 201+92+130=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95C82 is #36A37D. Grayscale: #808080. Windows color (decimal): -3580798 or 8543433. OLE color: 8543433.
HSL color Cylindrical-coordinate representation of color #C95C82: hue angle of 339.08º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C95C82 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 92 | 130 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.21 |
| HSL | 339.08º | 0.5% | 0.57% | - |
| HSV(B) | 339.08º | 0.54% | 0.79% | - |
| XYZ | 31.94 | 21.68 | 23.62 | - |
| YUV | 128.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 92 | 130 | 0 | 0.54 | 0.35 | 0.21 | 339.08 | 0.5 | 0.57 |
| Hex | C9 | 5C | 82 | 0 | 36 | 23 | 15 | 153 | 32 | 39 |
| Octal | 311 | 134 | 202 | 0 | 66 | 43 | 25 | 523 | 62 | 71 |
| Binary | 11001001 | 1011100 | 10000010 | 0 | 110110 | 100011 | 10101 | 101010011 | 110010 | 111001 |
Color Harmonies of #C95C82
Complementary color
Monochromatic Colors of #C95C82
Black with #C95C82
Text Example
Text Example
White with #C95C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95C82; }
p { color: rgb(201,92,130); }
H1.HeaderClassName
{
color: #C95C82;
}
.AnyTagClassName
{
color: #C95C82;
}
</style>
background-color css
<style>
a { background-color: #C95C82; }
a { background-color: rgb(201,92,130); }
div.DivClassName
{
background-color: #C95C82;
}
.BgClassName
{
background-color: #C95C82;
}
</style>
border-color css
<style>
span { border-color: #C95C82; }
span { border-color: rgb(201,92,130); }
td.TdClassName
{
border-color: #C95C82;
}
.TagClassName
{
border-color: #C95C82;
}
</style>