Shades of Ruby #CC1462
Tints of Ruby #CC1462
RGB
CMYK
RGB Variations
Color information
#CC1462 (or 0xCC1462) is known color: Ruby. HEX triplet: CC, 14 and 62. RGB value is (204,20,98). Sum of RGB (Red+Green+Blue) = 204+20+98=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1462 is #33EB9D. Grayscale: #535353. Windows color (decimal): -3402654 or 6427852. OLE color: 6427852.
HSL color Cylindrical-coordinate representation of color #CC1462: hue angle of 334.57º degrees, saturation: 0.82, 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 #CC1462 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 98 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.2 |
| HSL | 334.57º | 0.82% | 0.44% | - |
| HSV(B) | 334.57º | 0.9% | 0.8% | - |
| XYZ | 27.36 | 14.22 | 12.86 | - |
| YUV | 83.91 | 135.96 | 213.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 98 | 0 | 0.90 | 0.52 | 0.2 | 334.57 | 0.82 | 0.44 |
| Hex | CC | 14 | 62 | 0 | 5A | 34 | 14 | 14F | 52 | 2C |
| Octal | 314 | 24 | 142 | 0 | 132 | 64 | 24 | 517 | 122 | 54 |
| Binary | 11001100 | 10100 | 1100010 | 0 | 1011010 | 110100 | 10100 | 101001111 | 1010010 | 101100 |
Color Harmonies of #CC1462
Complementary color
Monochromatic Colors of #CC1462
Black with #CC1462
Text Example
Text Example
White with #CC1462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1462; }
p { color: rgb(204,20,98); }
H1.HeaderClassName
{
color: #CC1462;
}
.AnyTagClassName
{
color: #CC1462;
}
</style>
background-color css
<style>
a { background-color: #CC1462; }
a { background-color: rgb(204,20,98); }
div.DivClassName
{
background-color: #CC1462;
}
.BgClassName
{
background-color: #CC1462;
}
</style>
border-color css
<style>
span { border-color: #CC1462; }
span { border-color: rgb(204,20,98); }
td.TdClassName
{
border-color: #CC1462;
}
.TagClassName
{
border-color: #CC1462;
}
</style>