Shades of Ruby #CC0953
Tints of Ruby #CC0953
RGB
CMYK
RGB Variations
Color information
#CC0953 (or 0xCC0953) is known color: Ruby. HEX triplet: CC, 09 and 53. RGB value is (204,9,83). Sum of RGB (Red+Green+Blue) = 204+9+83=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 83 (32.81% from 255 or 28.04% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0953 is #33F6AC. Grayscale: #4B4B4B. Windows color (decimal): -3405485 or 5441996. OLE color: 5441996.
HSL color Cylindrical-coordinate representation of color #CC0953: hue angle of 337.23º 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 #CC0953 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.2 |
| HSL | 337.23º | 0.92% | 0.42% | - |
| HSV(B) | 337.23º | 0.96% | 0.8% | - |
| XYZ | 26.56 | 13.66 | 9.42 | - |
| YUV | 75.74 | 132.1 | 219.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 83 | 0 | 0.96 | 0.59 | 0.2 | 337.23 | 0.92 | 0.42 |
| Hex | CC | 9 | 53 | 0 | 60 | 3B | 14 | 151 | 5C | 2A |
| Octal | 314 | 11 | 123 | 0 | 140 | 73 | 24 | 521 | 134 | 52 |
| Binary | 11001100 | 1001 | 1010011 | 0 | 1100000 | 111011 | 10100 | 101010001 | 1011100 | 101010 |
Color Harmonies of #CC0953
Complementary color
Monochromatic Colors of #CC0953
Black with #CC0953
Text Example
Text Example
White with #CC0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0953; }
p { color: rgb(204,9,83); }
H1.HeaderClassName
{
color: #CC0953;
}
.AnyTagClassName
{
color: #CC0953;
}
</style>
background-color css
<style>
a { background-color: #CC0953; }
a { background-color: rgb(204,9,83); }
div.DivClassName
{
background-color: #CC0953;
}
.BgClassName
{
background-color: #CC0953;
}
</style>
border-color css
<style>
span { border-color: #CC0953; }
span { border-color: rgb(204,9,83); }
td.TdClassName
{
border-color: #CC0953;
}
.TagClassName
{
border-color: #CC0953;
}
</style>