Shades of Ruby #CC0B5F
Tints of Ruby #CC0B5F
RGB
CMYK
RGB Variations
Color information
#CC0B5F (or 0xCC0B5F) is known color: Ruby. HEX triplet: CC, 0B and 5F. RGB value is (204,11,95). Sum of RGB (Red+Green+Blue) = 204+11+95=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0B5F is #33F4A0. Grayscale: #4E4E4E. Windows color (decimal): -3404961 or 6228940. OLE color: 6228940.
HSL color Cylindrical-coordinate representation of color #CC0B5F: hue angle of 333.89º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0B5F is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 95 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.2 |
| HSL | 333.89º | 0.9% | 0.42% | - |
| HSV(B) | 333.89º | 0.95% | 0.8% | - |
| XYZ | 27.09 | 13.9 | 12.08 | - |
| YUV | 78.28 | 137.44 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 95 | 0 | 0.95 | 0.53 | 0.2 | 333.89 | 0.9 | 0.42 |
| Hex | CC | B | 5F | 0 | 5F | 35 | 14 | 14E | 5A | 2A |
| Octal | 314 | 13 | 137 | 0 | 137 | 65 | 24 | 516 | 132 | 52 |
| Binary | 11001100 | 1011 | 1011111 | 0 | 1011111 | 110101 | 10100 | 101001110 | 1011010 | 101010 |
Color Harmonies of #CC0B5F
Complementary color
Monochromatic Colors of #CC0B5F
Black with #CC0B5F
Text Example
Text Example
White with #CC0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0B5F; }
p { color: rgb(204,11,95); }
H1.HeaderClassName
{
color: #CC0B5F;
}
.AnyTagClassName
{
color: #CC0B5F;
}
</style>
background-color css
<style>
a { background-color: #CC0B5F; }
a { background-color: rgb(204,11,95); }
div.DivClassName
{
background-color: #CC0B5F;
}
.BgClassName
{
background-color: #CC0B5F;
}
</style>
border-color css
<style>
span { border-color: #CC0B5F; }
span { border-color: rgb(204,11,95); }
td.TdClassName
{
border-color: #CC0B5F;
}
.TagClassName
{
border-color: #CC0B5F;
}
</style>