Shades of Ruby #CC1762
Tints of Ruby #CC1762
RGB
CMYK
RGB Variations
Color information
#CC1762 (or 0xCC1762) is known color: Ruby. HEX triplet: CC, 17 and 62. RGB value is (204,23,98). Sum of RGB (Red+Green+Blue) = 204+23+98=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1762 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1762 is #33E89D. Grayscale: #555555. Windows color (decimal): -3401886 or 6428620. OLE color: 6428620.
HSL color Cylindrical-coordinate representation of color #CC1762: hue angle of 335.14º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1762 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 98 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.2 |
| HSL | 335.14º | 0.8% | 0.45% | - |
| HSV(B) | 335.14º | 0.89% | 0.8% | - |
| XYZ | 27.41 | 14.33 | 12.88 | - |
| YUV | 85.67 | 134.97 | 212.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 98 | 0 | 0.89 | 0.52 | 0.2 | 335.14 | 0.8 | 0.45 |
| Hex | CC | 17 | 62 | 0 | 59 | 34 | 14 | 14F | 50 | 2D |
| Octal | 314 | 27 | 142 | 0 | 131 | 64 | 24 | 517 | 120 | 55 |
| Binary | 11001100 | 10111 | 1100010 | 0 | 1011001 | 110100 | 10100 | 101001111 | 1010000 | 101101 |
Color Harmonies of #CC1762
Complementary color
Monochromatic Colors of #CC1762
Black with #CC1762
Text Example
Text Example
White with #CC1762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1762; }
p { color: rgb(204,23,98); }
H1.HeaderClassName
{
color: #CC1762;
}
.AnyTagClassName
{
color: #CC1762;
}
</style>
background-color css
<style>
a { background-color: #CC1762; }
a { background-color: rgb(204,23,98); }
div.DivClassName
{
background-color: #CC1762;
}
.BgClassName
{
background-color: #CC1762;
}
</style>
border-color css
<style>
span { border-color: #CC1762; }
span { border-color: rgb(204,23,98); }
td.TdClassName
{
border-color: #CC1762;
}
.TagClassName
{
border-color: #CC1762;
}
</style>