Shades of Cranberry #CA607F
Tints of Cranberry #CA607F
RGB
CMYK
RGB Variations
Color information
#CA607F (or 0xCA607F) is known color: Cranberry. HEX triplet: CA, 60 and 7F. RGB value is (202,96,127). Sum of RGB (Red+Green+Blue) = 202+96+127=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA607F is #359F80. Grayscale: #838383. Windows color (decimal): -3514241 or 8347850. OLE color: 8347850.
HSL color Cylindrical-coordinate representation of color #CA607F: hue angle of 342.45º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CA607F is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 96 | 127 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.21 |
| HSL | 342.45º | 0.5% | 0.58% | - |
| HSV(B) | 342.45º | 0.52% | 0.79% | - |
| XYZ | 32.37 | 22.45 | 22.71 | - |
| YUV | 131.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 96 | 127 | 0 | 0.52 | 0.37 | 0.21 | 342.45 | 0.5 | 0.58 |
| Hex | CA | 60 | 7F | 0 | 34 | 25 | 15 | 156 | 32 | 3A |
| Octal | 312 | 140 | 177 | 0 | 64 | 45 | 25 | 526 | 62 | 72 |
| Binary | 11001010 | 1100000 | 1111111 | 0 | 110100 | 100101 | 10101 | 101010110 | 110010 | 111010 |
Color Harmonies of #CA607F
Complementary color
Monochromatic Colors of #CA607F
Black with #CA607F
Text Example
Text Example
White with #CA607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA607F; }
p { color: rgb(202,96,127); }
H1.HeaderClassName
{
color: #CA607F;
}
.AnyTagClassName
{
color: #CA607F;
}
</style>
background-color css
<style>
a { background-color: #CA607F; }
a { background-color: rgb(202,96,127); }
div.DivClassName
{
background-color: #CA607F;
}
.BgClassName
{
background-color: #CA607F;
}
</style>
border-color css
<style>
span { border-color: #CA607F; }
span { border-color: rgb(202,96,127); }
td.TdClassName
{
border-color: #CA607F;
}
.TagClassName
{
border-color: #CA607F;
}
</style>