Shades of Ruby #CC0D5A
Tints of Ruby #CC0D5A
RGB
CMYK
RGB Variations
Color information
#CC0D5A (or 0xCC0D5A) is known color: Ruby. HEX triplet: CC, 0D and 5A. RGB value is (204,13,90). Sum of RGB (Red+Green+Blue) = 204+13+90=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 90 (35.55% from 255 or 29.32% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D5A is #33F2A5. Grayscale: #4E4E4E. Windows color (decimal): -3404454 or 5901772. OLE color: 5901772.
HSL color Cylindrical-coordinate representation of color #CC0D5A: hue angle of 335.81º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D5A is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 90 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.2 |
| HSL | 335.81º | 0.88% | 0.43% | - |
| HSV(B) | 335.81º | 0.94% | 0.8% | - |
| XYZ | 26.89 | 13.86 | 10.93 | - |
| YUV | 78.89 | 134.28 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 90 | 0 | 0.94 | 0.56 | 0.2 | 335.81 | 0.88 | 0.43 |
| Hex | CC | D | 5A | 0 | 5E | 38 | 14 | 150 | 58 | 2B |
| Octal | 314 | 15 | 132 | 0 | 136 | 70 | 24 | 520 | 130 | 53 |
| Binary | 11001100 | 1101 | 1011010 | 0 | 1011110 | 111000 | 10100 | 101010000 | 1011000 | 101011 |
Color Harmonies of #CC0D5A
Complementary color
Monochromatic Colors of #CC0D5A
Black with #CC0D5A
Text Example
Text Example
White with #CC0D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D5A; }
p { color: rgb(204,13,90); }
H1.HeaderClassName
{
color: #CC0D5A;
}
.AnyTagClassName
{
color: #CC0D5A;
}
</style>
background-color css
<style>
a { background-color: #CC0D5A; }
a { background-color: rgb(204,13,90); }
div.DivClassName
{
background-color: #CC0D5A;
}
.BgClassName
{
background-color: #CC0D5A;
}
</style>
border-color css
<style>
span { border-color: #CC0D5A; }
span { border-color: rgb(204,13,90); }
td.TdClassName
{
border-color: #CC0D5A;
}
.TagClassName
{
border-color: #CC0D5A;
}
</style>