Shades of Ruby #CC1356
Tints of Ruby #CC1356
RGB
CMYK
RGB Variations
Color information
#CC1356 (or 0xCC1356) is known color: Ruby. HEX triplet: CC, 13 and 56. RGB value is (204,19,86). Sum of RGB (Red+Green+Blue) = 204+19+86=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1356 is #33ECA9. Grayscale: #515151. Windows color (decimal): -3402922 or 5641164. OLE color: 5641164.
HSL color Cylindrical-coordinate representation of color #CC1356: hue angle of 338.27º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1356 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 86 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.2 |
| HSL | 338.27º | 0.83% | 0.44% | - |
| HSV(B) | 338.27º | 0.91% | 0.8% | - |
| XYZ | 26.81 | 13.98 | 10.09 | - |
| YUV | 81.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 86 | 0 | 0.91 | 0.58 | 0.2 | 338.27 | 0.83 | 0.44 |
| Hex | CC | 13 | 56 | 0 | 5B | 3A | 14 | 152 | 53 | 2C |
| Octal | 314 | 23 | 126 | 0 | 133 | 72 | 24 | 522 | 123 | 54 |
| Binary | 11001100 | 10011 | 1010110 | 0 | 1011011 | 111010 | 10100 | 101010010 | 1010011 | 101100 |
Color Harmonies of #CC1356
Complementary color
Monochromatic Colors of #CC1356
Black with #CC1356
Text Example
Text Example
White with #CC1356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1356; }
p { color: rgb(204,19,86); }
H1.HeaderClassName
{
color: #CC1356;
}
.AnyTagClassName
{
color: #CC1356;
}
</style>
background-color css
<style>
a { background-color: #CC1356; }
a { background-color: rgb(204,19,86); }
div.DivClassName
{
background-color: #CC1356;
}
.BgClassName
{
background-color: #CC1356;
}
</style>
border-color css
<style>
span { border-color: #CC1356; }
span { border-color: rgb(204,19,86); }
td.TdClassName
{
border-color: #CC1356;
}
.TagClassName
{
border-color: #CC1356;
}
</style>