Shades of Ruby #CC0B6A
Tints of Ruby #CC0B6A
RGB
CMYK
RGB Variations
Color information
#CC0B6A (or 0xCC0B6A) is known color: Ruby. HEX triplet: CC, 0B and 6A. RGB value is (204,11,106). Sum of RGB (Red+Green+Blue) = 204+11+106=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0B6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0B6A is #33F495. Grayscale: #4F4F4F. Windows color (decimal): -3404950 or 6949836. OLE color: 6949836.
HSL color Cylindrical-coordinate representation of color #CC0B6A: hue angle of 330.47º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0B6A is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 11 | 106 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.2 |
| HSL | 330.47º | 0.9% | 0.42% | - |
| HSV(B) | 330.47º | 0.95% | 0.8% | - |
| XYZ | 27.62 | 14.12 | 14.9 | - |
| YUV | 79.54 | 142.94 | 216.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 11 | 106 | 0 | 0.95 | 0.48 | 0.2 | 330.47 | 0.9 | 0.42 |
| Hex | CC | B | 6A | 0 | 5F | 30 | 14 | 14A | 5A | 2A |
| Octal | 314 | 13 | 152 | 0 | 137 | 60 | 24 | 512 | 132 | 52 |
| Binary | 11001100 | 1011 | 1101010 | 0 | 1011111 | 110000 | 10100 | 101001010 | 1011010 | 101010 |
Color Harmonies of #CC0B6A
Complementary color
Monochromatic Colors of #CC0B6A
Black with #CC0B6A
Text Example
Text Example
White with #CC0B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0B6A; }
p { color: rgb(204,11,106); }
H1.HeaderClassName
{
color: #CC0B6A;
}
.AnyTagClassName
{
color: #CC0B6A;
}
</style>
background-color css
<style>
a { background-color: #CC0B6A; }
a { background-color: rgb(204,11,106); }
div.DivClassName
{
background-color: #CC0B6A;
}
.BgClassName
{
background-color: #CC0B6A;
}
</style>
border-color css
<style>
span { border-color: #CC0B6A; }
span { border-color: rgb(204,11,106); }
td.TdClassName
{
border-color: #CC0B6A;
}
.TagClassName
{
border-color: #CC0B6A;
}
</style>