Shades of Ruby #CC0465
Tints of Ruby #CC0465
RGB
CMYK
RGB Variations
Color information
#CC0465 (or 0xCC0465) is known color: Ruby. HEX triplet: CC, 04 and 65. RGB value is (204,4,101). Sum of RGB (Red+Green+Blue) = 204+4+101=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0465 is #33FB9A. Grayscale: #4A4A4A. Windows color (decimal): -3406747 or 6620364. OLE color: 6620364.
HSL color Cylindrical-coordinate representation of color #CC0465: hue angle of 330.9º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0465 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 101 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.2 |
| HSL | 330.9º | 0.96% | 0.41% | - |
| HSV(B) | 330.9º | 0.98% | 0.8% | - |
| XYZ | 27.29 | 13.86 | 13.55 | - |
| YUV | 74.86 | 142.76 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 101 | 0 | 0.98 | 0.50 | 0.2 | 330.9 | 0.96 | 0.41 |
| Hex | CC | 4 | 65 | 0 | 62 | 32 | 14 | 14B | 60 | 29 |
| Octal | 314 | 4 | 145 | 0 | 142 | 62 | 24 | 513 | 140 | 51 |
| Binary | 11001100 | 100 | 1100101 | 0 | 1100010 | 110010 | 10100 | 101001011 | 1100000 | 101001 |
Color Harmonies of #CC0465
Complementary color
Monochromatic Colors of #CC0465
Black with #CC0465
Text Example
Text Example
White with #CC0465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0465; }
p { color: rgb(204,4,101); }
H1.HeaderClassName
{
color: #CC0465;
}
.AnyTagClassName
{
color: #CC0465;
}
</style>
background-color css
<style>
a { background-color: #CC0465; }
a { background-color: rgb(204,4,101); }
div.DivClassName
{
background-color: #CC0465;
}
.BgClassName
{
background-color: #CC0465;
}
</style>
border-color css
<style>
span { border-color: #CC0465; }
span { border-color: rgb(204,4,101); }
td.TdClassName
{
border-color: #CC0465;
}
.TagClassName
{
border-color: #CC0465;
}
</style>