Shades of Ruby #CC0857
Tints of Ruby #CC0857
RGB
CMYK
RGB Variations
Color information
#CC0857 (or 0xCC0857) is known color: Ruby. HEX triplet: CC, 08 and 57. RGB value is (204,8,87). Sum of RGB (Red+Green+Blue) = 204+8+87=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0857 is #33F7A8. Grayscale: #4B4B4B. Windows color (decimal): -3405737 or 5703884. OLE color: 5703884.
HSL color Cylindrical-coordinate representation of color #CC0857: hue angle of 335.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0857 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 87 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.2 |
| HSL | 335.82º | 0.92% | 0.42% | - |
| HSV(B) | 335.82º | 0.96% | 0.8% | - |
| XYZ | 26.71 | 13.7 | 10.25 | - |
| YUV | 75.61 | 134.43 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 87 | 0 | 0.96 | 0.57 | 0.2 | 335.82 | 0.92 | 0.42 |
| Hex | CC | 8 | 57 | 0 | 60 | 39 | 14 | 150 | 5C | 2A |
| Octal | 314 | 10 | 127 | 0 | 140 | 71 | 24 | 520 | 134 | 52 |
| Binary | 11001100 | 1000 | 1010111 | 0 | 1100000 | 111001 | 10100 | 101010000 | 1011100 | 101010 |
Color Harmonies of #CC0857
Complementary color
Monochromatic Colors of #CC0857
Black with #CC0857
Text Example
Text Example
White with #CC0857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0857; }
p { color: rgb(204,8,87); }
H1.HeaderClassName
{
color: #CC0857;
}
.AnyTagClassName
{
color: #CC0857;
}
</style>
background-color css
<style>
a { background-color: #CC0857; }
a { background-color: rgb(204,8,87); }
div.DivClassName
{
background-color: #CC0857;
}
.BgClassName
{
background-color: #CC0857;
}
</style>
border-color css
<style>
span { border-color: #CC0857; }
span { border-color: rgb(204,8,87); }
td.TdClassName
{
border-color: #CC0857;
}
.TagClassName
{
border-color: #CC0857;
}
</style>