Shades of Cranberry #CC607D
Tints of Cranberry #CC607D
RGB
CMYK
RGB Variations
Color information
#CC607D (or 0xCC607D) is known color: Cranberry. HEX triplet: CC, 60 and 7D. RGB value is (204,96,125). Sum of RGB (Red+Green+Blue) = 204+96+125=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC607D is #339F82. Grayscale: #838383. Windows color (decimal): -3383171 or 8216780. OLE color: 8216780.
HSL color Cylindrical-coordinate representation of color #CC607D: hue angle of 343.89º 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 #CC607D is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 125 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.2 |
| HSL | 343.89º | 0.51% | 0.59% | - |
| HSV(B) | 343.89º | 0.53% | 0.8% | - |
| XYZ | 32.79 | 22.68 | 22.05 | - |
| YUV | 131.6 | 124.28 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 125 | 0 | 0.53 | 0.39 | 0.2 | 343.89 | 0.51 | 0.59 |
| Hex | CC | 60 | 7D | 0 | 35 | 27 | 14 | 158 | 33 | 3B |
| Octal | 314 | 140 | 175 | 0 | 65 | 47 | 24 | 530 | 63 | 73 |
| Binary | 11001100 | 1100000 | 1111101 | 0 | 110101 | 100111 | 10100 | 101011000 | 110011 | 111011 |
Color Harmonies of #CC607D
Complementary color
Monochromatic Colors of #CC607D
Black with #CC607D
Text Example
Text Example
White with #CC607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC607D; }
p { color: rgb(204,96,125); }
H1.HeaderClassName
{
color: #CC607D;
}
.AnyTagClassName
{
color: #CC607D;
}
</style>
background-color css
<style>
a { background-color: #CC607D; }
a { background-color: rgb(204,96,125); }
div.DivClassName
{
background-color: #CC607D;
}
.BgClassName
{
background-color: #CC607D;
}
</style>
border-color css
<style>
span { border-color: #CC607D; }
span { border-color: rgb(204,96,125); }
td.TdClassName
{
border-color: #CC607D;
}
.TagClassName
{
border-color: #CC607D;
}
</style>