Shades of Cranberry #CC5F81
Tints of Cranberry #CC5F81
RGB
CMYK
RGB Variations
Color information
#CC5F81 (or 0xCC5F81) is known color: Cranberry. HEX triplet: CC, 5F and 81. RGB value is (204,95,129). Sum of RGB (Red+Green+Blue) = 204+95+129=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC5F81 is #33A07E. Grayscale: #838383. Windows color (decimal): -3383423 or 8478668. OLE color: 8478668.
HSL color Cylindrical-coordinate representation of color #CC5F81: hue angle of 341.28º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC5F81 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 129 | - |
| CMYK | 0 | 0.53 | 0.37 | 0.2 |
| HSL | 341.28º | 0.52% | 0.59% | - |
| HSV(B) | 341.28º | 0.53% | 0.8% | - |
| XYZ | 32.96 | 22.61 | 23.4 | - |
| YUV | 131.47 | 126.61 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 129 | 0 | 0.53 | 0.37 | 0.2 | 341.28 | 0.52 | 0.59 |
| Hex | CC | 5F | 81 | 0 | 35 | 25 | 14 | 155 | 34 | 3B |
| Octal | 314 | 137 | 201 | 0 | 65 | 45 | 24 | 525 | 64 | 73 |
| Binary | 11001100 | 1011111 | 10000001 | 0 | 110101 | 100101 | 10100 | 101010101 | 110100 | 111011 |
Color Harmonies of #CC5F81
Complementary color
Monochromatic Colors of #CC5F81
Black with #CC5F81
Text Example
Text Example
White with #CC5F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F81; }
p { color: rgb(204,95,129); }
H1.HeaderClassName
{
color: #CC5F81;
}
.AnyTagClassName
{
color: #CC5F81;
}
</style>
background-color css
<style>
a { background-color: #CC5F81; }
a { background-color: rgb(204,95,129); }
div.DivClassName
{
background-color: #CC5F81;
}
.BgClassName
{
background-color: #CC5F81;
}
</style>
border-color css
<style>
span { border-color: #CC5F81; }
span { border-color: rgb(204,95,129); }
td.TdClassName
{
border-color: #CC5F81;
}
.TagClassName
{
border-color: #CC5F81;
}
</style>