Shades of Ruby #CC1369
Tints of Ruby #CC1369
RGB
CMYK
RGB Variations
Color information
#CC1369 (or 0xCC1369) is known color: Ruby. HEX triplet: CC, 13 and 69. RGB value is (204,19,105). Sum of RGB (Red+Green+Blue) = 204+19+105=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 19 (7.81% from 255 or 5.79% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1369 is #33EC96. Grayscale: #535353. Windows color (decimal): -3402903 or 6886348. OLE color: 6886348.
HSL color Cylindrical-coordinate representation of color #CC1369: hue angle of 332.11º 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 #CC1369 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 105 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.2 |
| HSL | 332.11º | 0.83% | 0.44% | - |
| HSV(B) | 332.11º | 0.91% | 0.8% | - |
| XYZ | 27.68 | 14.32 | 14.67 | - |
| YUV | 84.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 105 | 0 | 0.91 | 0.49 | 0.2 | 332.11 | 0.83 | 0.44 |
| Hex | CC | 13 | 69 | 0 | 5B | 31 | 14 | 14C | 53 | 2C |
| Octal | 314 | 23 | 151 | 0 | 133 | 61 | 24 | 514 | 123 | 54 |
| Binary | 11001100 | 10011 | 1101001 | 0 | 1011011 | 110001 | 10100 | 101001100 | 1010011 | 101100 |
Color Harmonies of #CC1369
Complementary color
Monochromatic Colors of #CC1369
Black with #CC1369
Text Example
Text Example
White with #CC1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1369; }
p { color: rgb(204,19,105); }
H1.HeaderClassName
{
color: #CC1369;
}
.AnyTagClassName
{
color: #CC1369;
}
</style>
background-color css
<style>
a { background-color: #CC1369; }
a { background-color: rgb(204,19,105); }
div.DivClassName
{
background-color: #CC1369;
}
.BgClassName
{
background-color: #CC1369;
}
</style>
border-color css
<style>
span { border-color: #CC1369; }
span { border-color: rgb(204,19,105); }
td.TdClassName
{
border-color: #CC1369;
}
.TagClassName
{
border-color: #CC1369;
}
</style>