Shades of Ruby #CC0267
Tints of Ruby #CC0267
RGB
CMYK
RGB Variations
Color information
#CC0267 (or 0xCC0267) is known color: Ruby. HEX triplet: CC, 02 and 67. RGB value is (204,2,103). Sum of RGB (Red+Green+Blue) = 204+2+103=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0267 is #33FD98. Grayscale: #494949. Windows color (decimal): -3407257 or 6750924. OLE color: 6750924.
HSL color Cylindrical-coordinate representation of color #CC0267: hue angle of 330º 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 #CC0267 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 2 | 103 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.2 |
| HSL | 330º | 0.98% | 0.4% | - |
| HSV(B) | 330º | 0.99% | 0.8% | - |
| XYZ | 27.37 | 13.86 | 14.06 | - |
| YUV | 73.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 2 | 103 | 0 | 0.99 | 0.50 | 0.2 | 330 | 0.98 | 0.4 |
| Hex | CC | 2 | 67 | 0 | 63 | 32 | 14 | 14A | 62 | 28 |
| Octal | 314 | 2 | 147 | 0 | 143 | 62 | 24 | 512 | 142 | 50 |
| Binary | 11001100 | 10 | 1100111 | 0 | 1100011 | 110010 | 10100 | 101001010 | 1100010 | 101000 |
Color Harmonies of #CC0267
Complementary color
Monochromatic Colors of #CC0267
Black with #CC0267
Text Example
Text Example
White with #CC0267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0267; }
p { color: rgb(204,2,103); }
H1.HeaderClassName
{
color: #CC0267;
}
.AnyTagClassName
{
color: #CC0267;
}
</style>
background-color css
<style>
a { background-color: #CC0267; }
a { background-color: rgb(204,2,103); }
div.DivClassName
{
background-color: #CC0267;
}
.BgClassName
{
background-color: #CC0267;
}
</style>
border-color css
<style>
span { border-color: #CC0267; }
span { border-color: rgb(204,2,103); }
td.TdClassName
{
border-color: #CC0267;
}
.TagClassName
{
border-color: #CC0267;
}
</style>