Shades of Ruby #CC0468
Tints of Ruby #CC0468
RGB
CMYK
RGB Variations
Color information
#CC0468 (or 0xCC0468) is known color: Ruby. HEX triplet: CC, 04 and 68. RGB value is (204,4,104). Sum of RGB (Red+Green+Blue) = 204+4+104=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0468 is #33FB97. Grayscale: #4B4B4B. Windows color (decimal): -3406744 or 6816972. OLE color: 6816972.
HSL color Cylindrical-coordinate representation of color #CC0468: hue angle of 330º 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 #CC0468 is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 104 | - |
| CMYK | 0 | 0.98 | 0.49 | 0.2 |
| HSL | 330º | 0.96% | 0.41% | - |
| HSV(B) | 330º | 0.98% | 0.8% | - |
| XYZ | 27.44 | 13.92 | 14.34 | - |
| YUV | 75.2 | 144.26 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 104 | 0 | 0.98 | 0.49 | 0.2 | 330 | 0.96 | 0.41 |
| Hex | CC | 4 | 68 | 0 | 62 | 31 | 14 | 14A | 60 | 29 |
| Octal | 314 | 4 | 150 | 0 | 142 | 61 | 24 | 512 | 140 | 51 |
| Binary | 11001100 | 100 | 1101000 | 0 | 1100010 | 110001 | 10100 | 101001010 | 1100000 | 101001 |
Color Harmonies of #CC0468
Complementary color
Monochromatic Colors of #CC0468
Black with #CC0468
Text Example
Text Example
White with #CC0468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0468; }
p { color: rgb(204,4,104); }
H1.HeaderClassName
{
color: #CC0468;
}
.AnyTagClassName
{
color: #CC0468;
}
</style>
background-color css
<style>
a { background-color: #CC0468; }
a { background-color: rgb(204,4,104); }
div.DivClassName
{
background-color: #CC0468;
}
.BgClassName
{
background-color: #CC0468;
}
</style>
border-color css
<style>
span { border-color: #CC0468; }
span { border-color: rgb(204,4,104); }
td.TdClassName
{
border-color: #CC0468;
}
.TagClassName
{
border-color: #CC0468;
}
</style>