Shades of Ruby #CC1362
Tints of Ruby #CC1362
RGB
CMYK
RGB Variations
Color information
#CC1362 (or 0xCC1362) is known color: Ruby. HEX triplet: CC, 13 and 62. RGB value is (204,19,98). Sum of RGB (Red+Green+Blue) = 204+19+98=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1362 is #33EC9D. Grayscale: #535353. Windows color (decimal): -3402910 or 6427596. OLE color: 6427596.
HSL color Cylindrical-coordinate representation of color #CC1362: hue angle of 334.38º 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 #CC1362 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 98 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.2 |
| HSL | 334.38º | 0.83% | 0.44% | - |
| HSV(B) | 334.38º | 0.91% | 0.8% | - |
| XYZ | 27.34 | 14.18 | 12.85 | - |
| YUV | 83.32 | 136.29 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 98 | 0 | 0.91 | 0.52 | 0.2 | 334.38 | 0.83 | 0.44 |
| Hex | CC | 13 | 62 | 0 | 5B | 34 | 14 | 14E | 53 | 2C |
| Octal | 314 | 23 | 142 | 0 | 133 | 64 | 24 | 516 | 123 | 54 |
| Binary | 11001100 | 10011 | 1100010 | 0 | 1011011 | 110100 | 10100 | 101001110 | 1010011 | 101100 |
Color Harmonies of #CC1362
Complementary color
Monochromatic Colors of #CC1362
Black with #CC1362
Text Example
Text Example
White with #CC1362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1362; }
p { color: rgb(204,19,98); }
H1.HeaderClassName
{
color: #CC1362;
}
.AnyTagClassName
{
color: #CC1362;
}
</style>
background-color css
<style>
a { background-color: #CC1362; }
a { background-color: rgb(204,19,98); }
div.DivClassName
{
background-color: #CC1362;
}
.BgClassName
{
background-color: #CC1362;
}
</style>
border-color css
<style>
span { border-color: #CC1362; }
span { border-color: rgb(204,19,98); }
td.TdClassName
{
border-color: #CC1362;
}
.TagClassName
{
border-color: #CC1362;
}
</style>