Shades of Ruby #CC0D5B
Tints of Ruby #CC0D5B
RGB
CMYK
RGB Variations
Color information
#CC0D5B (or 0xCC0D5B) is known color: Ruby. HEX triplet: CC, 0D and 5B. RGB value is (204,13,91). Sum of RGB (Red+Green+Blue) = 204+13+91=308 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.23% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D5B is #33F2A4. Grayscale: #4E4E4E. Windows color (decimal): -3404453 or 5967308. OLE color: 5967308.
HSL color Cylindrical-coordinate representation of color #CC0D5B: hue angle of 335.5º 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 #CC0D5B is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 91 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.2 |
| HSL | 335.5º | 0.88% | 0.43% | - |
| HSV(B) | 335.5º | 0.94% | 0.8% | - |
| XYZ | 26.93 | 13.88 | 11.16 | - |
| YUV | 79 | 134.78 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 91 | 0 | 0.94 | 0.55 | 0.2 | 335.5 | 0.88 | 0.43 |
| Hex | CC | D | 5B | 0 | 5E | 37 | 14 | 14F | 58 | 2B |
| Octal | 314 | 15 | 133 | 0 | 136 | 67 | 24 | 517 | 130 | 53 |
| Binary | 11001100 | 1101 | 1011011 | 0 | 1011110 | 110111 | 10100 | 101001111 | 1011000 | 101011 |
Color Harmonies of #CC0D5B
Complementary color
Monochromatic Colors of #CC0D5B
Black with #CC0D5B
Text Example
Text Example
White with #CC0D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D5B; }
p { color: rgb(204,13,91); }
H1.HeaderClassName
{
color: #CC0D5B;
}
.AnyTagClassName
{
color: #CC0D5B;
}
</style>
background-color css
<style>
a { background-color: #CC0D5B; }
a { background-color: rgb(204,13,91); }
div.DivClassName
{
background-color: #CC0D5B;
}
.BgClassName
{
background-color: #CC0D5B;
}
</style>
border-color css
<style>
span { border-color: #CC0D5B; }
span { border-color: rgb(204,13,91); }
td.TdClassName
{
border-color: #CC0D5B;
}
.TagClassName
{
border-color: #CC0D5B;
}
</style>