Shades of Cranberry #CC527A
Tints of Cranberry #CC527A
RGB
CMYK
RGB Variations
Color information
#CC527A (or 0xCC527A) is known color: Cranberry. HEX triplet: CC, 52 and 7A. RGB value is (204,82,122). Sum of RGB (Red+Green+Blue) = 204+82+122=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC527A is #33AD85. Grayscale: #7A7A7A. Windows color (decimal): -3386758 or 8016588. OLE color: 8016588.
HSL color Cylindrical-coordinate representation of color #CC527A: hue angle of 340.33º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC527A is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 82 | 122 | - |
CMYK | 0 | 0.60 | 0.40 | 0.2 |
HSL | 340.33º | 0.54% | 0.56% | - |
HSV(B) | 340.33º | 0.6% | 0.8% | - |
XYZ | 31.43 | 20.28 | 20.67 | - |
YUV | 123.04 | 127.42 | 185.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 82 | 122 | 0 | 0.60 | 0.40 | 0.2 | 340.33 | 0.54 | 0.56 |
Hex | CC | 52 | 7A | 0 | 3C | 28 | 14 | 154 | 36 | 38 |
Octal | 314 | 122 | 172 | 0 | 74 | 50 | 24 | 524 | 66 | 70 |
Binary | 11001100 | 1010010 | 1111010 | 0 | 111100 | 101000 | 10100 | 101010100 | 110110 | 111000 |
Color Harmonies of #CC527A
Complementary color
Monochromatic Colors of #CC527A
Black with #CC527A
Text Example
Text Example
White with #CC527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC527A; }
p { color: rgb(204,82,122); }
H1.HeaderClassName
{
color: #CC527A;
}
.AnyTagClassName
{
color: #CC527A;
}
</style>
background-color css
<style>
a { background-color: #CC527A; }
a { background-color: rgb(204,82,122); }
div.DivClassName
{
background-color: #CC527A;
}
.BgClassName
{
background-color: #CC527A;
}
</style>
border-color css
<style>
span { border-color: #CC527A; }
span { border-color: rgb(204,82,122); }
td.TdClassName
{
border-color: #CC527A;
}
.TagClassName
{
border-color: #CC527A;
}
</style>