Shades of Cranberry #CC607F
Tints of Cranberry #CC607F
RGB
CMYK
RGB Variations
Color information
#CC607F (or 0xCC607F) is known color: Cranberry. HEX triplet: CC, 60 and 7F. RGB value is (204,96,127). Sum of RGB (Red+Green+Blue) = 204+96+127=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC607F is #339F80. Grayscale: #838383. Windows color (decimal): -3383169 or 8347852. OLE color: 8347852.
HSL color Cylindrical-coordinate representation of color #CC607F: hue angle of 342.78º degrees, saturation: 0.51, 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 #CC607F is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 127 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.2 |
| HSL | 342.78º | 0.51% | 0.59% | - |
| HSV(B) | 342.78º | 0.53% | 0.8% | - |
| XYZ | 32.92 | 22.74 | 22.73 | - |
| YUV | 131.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 127 | 0 | 0.53 | 0.38 | 0.2 | 342.78 | 0.51 | 0.59 |
| Hex | CC | 60 | 7F | 0 | 35 | 26 | 14 | 157 | 33 | 3B |
| Octal | 314 | 140 | 177 | 0 | 65 | 46 | 24 | 527 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1111111 | 0 | 110101 | 100110 | 10100 | 101010111 | 110011 | 111011 |
Color Harmonies of #CC607F
Complementary color
Monochromatic Colors of #CC607F
Black with #CC607F
Text Example
Text Example
White with #CC607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC607F; }
p { color: rgb(204,96,127); }
H1.HeaderClassName
{
color: #CC607F;
}
.AnyTagClassName
{
color: #CC607F;
}
</style>
background-color css
<style>
a { background-color: #CC607F; }
a { background-color: rgb(204,96,127); }
div.DivClassName
{
background-color: #CC607F;
}
.BgClassName
{
background-color: #CC607F;
}
</style>
border-color css
<style>
span { border-color: #CC607F; }
span { border-color: rgb(204,96,127); }
td.TdClassName
{
border-color: #CC607F;
}
.TagClassName
{
border-color: #CC607F;
}
</style>