Shades of Ruby #CC0265
Tints of Ruby #CC0265
RGB
CMYK
RGB Variations
Color information
#CC0265 (or 0xCC0265) is known color: Ruby. HEX triplet: CC, 02 and 65. RGB value is (204,2,101). Sum of RGB (Red+Green+Blue) = 204+2+101=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0265 is #33FD9A. Grayscale: #494949. Windows color (decimal): -3407259 or 6619852. OLE color: 6619852.
HSL color Cylindrical-coordinate representation of color #CC0265: hue angle of 330.59º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC0265 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.2 |
| HSL | 330.59º | 0.98% | 0.4% | - |
| HSV(B) | 330.59º | 0.99% | 0.8% | - |
| XYZ | 27.27 | 13.82 | 13.54 | - |
| YUV | 73.68 | 143.42 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 101 | 0 | 0.99 | 0.50 | 0.2 | 330.59 | 0.98 | 0.4 |
| Hex | CC | 2 | 65 | 0 | 63 | 32 | 14 | 14B | 62 | 28 |
| Octal | 314 | 2 | 145 | 0 | 143 | 62 | 24 | 513 | 142 | 50 |
| Binary | 11001100 | 10 | 1100101 | 0 | 1100011 | 110010 | 10100 | 101001011 | 1100010 | 101000 |
Color Harmonies of #CC0265
Complementary color
Monochromatic Colors of #CC0265
Black with #CC0265
Text Example
Text Example
White with #CC0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0265; }
p { color: rgb(204,2,101); }
H1.HeaderClassName
{
color: #CC0265;
}
.AnyTagClassName
{
color: #CC0265;
}
</style>
background-color css
<style>
a { background-color: #CC0265; }
a { background-color: rgb(204,2,101); }
div.DivClassName
{
background-color: #CC0265;
}
.BgClassName
{
background-color: #CC0265;
}
</style>
border-color css
<style>
span { border-color: #CC0265; }
span { border-color: rgb(204,2,101); }
td.TdClassName
{
border-color: #CC0265;
}
.TagClassName
{
border-color: #CC0265;
}
</style>