Shades of Ruby #CC1569
Tints of Ruby #CC1569
RGB
CMYK
RGB Variations
Color information
#CC1569 (or 0xCC1569) is known color: Ruby. HEX triplet: CC, 15 and 69. RGB value is (204,21,105). Sum of RGB (Red+Green+Blue) = 204+21+105=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 21 (8.59% from 255 or 6.36% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1569 is #33EA96. Grayscale: #555555. Windows color (decimal): -3402391 or 6886860. OLE color: 6886860.
HSL color Cylindrical-coordinate representation of color #CC1569: hue angle of 332.46º 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 #CC1569 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 105 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.2 |
| HSL | 332.46º | 0.81% | 0.44% | - |
| HSV(B) | 332.46º | 0.9% | 0.8% | - |
| XYZ | 27.72 | 14.39 | 14.68 | - |
| YUV | 85.29 | 139.13 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 105 | 0 | 0.90 | 0.49 | 0.2 | 332.46 | 0.81 | 0.44 |
| Hex | CC | 15 | 69 | 0 | 5A | 31 | 14 | 14C | 51 | 2C |
| Octal | 314 | 25 | 151 | 0 | 132 | 61 | 24 | 514 | 121 | 54 |
| Binary | 11001100 | 10101 | 1101001 | 0 | 1011010 | 110001 | 10100 | 101001100 | 1010001 | 101100 |
Color Harmonies of #CC1569
Complementary color
Monochromatic Colors of #CC1569
Black with #CC1569
Text Example
Text Example
White with #CC1569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1569; }
p { color: rgb(204,21,105); }
H1.HeaderClassName
{
color: #CC1569;
}
.AnyTagClassName
{
color: #CC1569;
}
</style>
background-color css
<style>
a { background-color: #CC1569; }
a { background-color: rgb(204,21,105); }
div.DivClassName
{
background-color: #CC1569;
}
.BgClassName
{
background-color: #CC1569;
}
</style>
border-color css
<style>
span { border-color: #CC1569; }
span { border-color: rgb(204,21,105); }
td.TdClassName
{
border-color: #CC1569;
}
.TagClassName
{
border-color: #CC1569;
}
</style>