Shades of Ruby #CC1567
Tints of Ruby #CC1567
RGB
CMYK
RGB Variations
Color information
#CC1567 (or 0xCC1567) is known color: Ruby. HEX triplet: CC, 15 and 67. RGB value is (204,21,103). Sum of RGB (Red+Green+Blue) = 204+21+103=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1567 is #33EA98. Grayscale: #545454. Windows color (decimal): -3402393 or 6755788. OLE color: 6755788.
HSL color Cylindrical-coordinate representation of color #CC1567: hue angle of 333.11º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1567 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 103 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.2 |
| HSL | 333.11º | 0.81% | 0.44% | - |
| HSV(B) | 333.11º | 0.9% | 0.8% | - |
| XYZ | 27.62 | 14.35 | 14.15 | - |
| YUV | 85.07 | 138.13 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 103 | 0 | 0.90 | 0.50 | 0.2 | 333.11 | 0.81 | 0.44 |
| Hex | CC | 15 | 67 | 0 | 5A | 32 | 14 | 14D | 51 | 2C |
| Octal | 314 | 25 | 147 | 0 | 132 | 62 | 24 | 515 | 121 | 54 |
| Binary | 11001100 | 10101 | 1100111 | 0 | 1011010 | 110010 | 10100 | 101001101 | 1010001 | 101100 |
Color Harmonies of #CC1567
Complementary color
Monochromatic Colors of #CC1567
Black with #CC1567
Text Example
Text Example
White with #CC1567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1567; }
p { color: rgb(204,21,103); }
H1.HeaderClassName
{
color: #CC1567;
}
.AnyTagClassName
{
color: #CC1567;
}
</style>
background-color css
<style>
a { background-color: #CC1567; }
a { background-color: rgb(204,21,103); }
div.DivClassName
{
background-color: #CC1567;
}
.BgClassName
{
background-color: #CC1567;
}
</style>
border-color css
<style>
span { border-color: #CC1567; }
span { border-color: rgb(204,21,103); }
td.TdClassName
{
border-color: #CC1567;
}
.TagClassName
{
border-color: #CC1567;
}
</style>