Shades of Ruby #CC0D69
Tints of Ruby #CC0D69
RGB
CMYK
RGB Variations
Color information
#CC0D69 (or 0xCC0D69) is known color: Ruby. HEX triplet: CC, 0D and 69. RGB value is (204,13,105). Sum of RGB (Red+Green+Blue) = 204+13+105=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0D69 is #33F296. Grayscale: #505050. Windows color (decimal): -3404439 or 6884812. OLE color: 6884812.
HSL color Cylindrical-coordinate representation of color #CC0D69: hue angle of 331.1º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D69 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 13 | 105 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.2 |
| HSL | 331.1º | 0.88% | 0.43% | - |
| HSV(B) | 331.1º | 0.94% | 0.8% | - |
| XYZ | 27.6 | 14.15 | 14.64 | - |
| YUV | 80.6 | 141.78 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 13 | 105 | 0 | 0.94 | 0.49 | 0.2 | 331.1 | 0.88 | 0.43 |
| Hex | CC | D | 69 | 0 | 5E | 31 | 14 | 14B | 58 | 2B |
| Octal | 314 | 15 | 151 | 0 | 136 | 61 | 24 | 513 | 130 | 53 |
| Binary | 11001100 | 1101 | 1101001 | 0 | 1011110 | 110001 | 10100 | 101001011 | 1011000 | 101011 |
Color Harmonies of #CC0D69
Complementary color
Monochromatic Colors of #CC0D69
Black with #CC0D69
Text Example
Text Example
White with #CC0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0D69; }
p { color: rgb(204,13,105); }
H1.HeaderClassName
{
color: #CC0D69;
}
.AnyTagClassName
{
color: #CC0D69;
}
</style>
background-color css
<style>
a { background-color: #CC0D69; }
a { background-color: rgb(204,13,105); }
div.DivClassName
{
background-color: #CC0D69;
}
.BgClassName
{
background-color: #CC0D69;
}
</style>
border-color css
<style>
span { border-color: #CC0D69; }
span { border-color: rgb(204,13,105); }
td.TdClassName
{
border-color: #CC0D69;
}
.TagClassName
{
border-color: #CC0D69;
}
</style>