Shades of Ruby #CF0B5A
Tints of Ruby #CF0B5A
RGB
CMYK
RGB Variations
Color information
#CF0B5A (or 0xCF0B5A) is known color: Ruby. HEX triplet: CF, 0B and 5A. RGB value is (207,11,90). Sum of RGB (Red+Green+Blue) = 207+11+90=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0B5A is #30F4A5. Grayscale: #4E4E4E. Windows color (decimal): -3208358 or 5901263. OLE color: 5901263.
HSL color Cylindrical-coordinate representation of color #CF0B5A: hue angle of 335.82º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF0B5A is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 11 | 90 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.19 |
| HSL | 335.82º | 0.9% | 0.43% | - |
| HSV(B) | 335.82º | 0.95% | 0.81% | - |
| XYZ | 27.7 | 14.24 | 10.96 | - |
| YUV | 78.61 | 134.43 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 11 | 90 | 0 | 0.95 | 0.57 | 0.19 | 335.82 | 0.9 | 0.43 |
| Hex | CF | B | 5A | 0 | 5F | 39 | 13 | 150 | 5A | 2B |
| Octal | 317 | 13 | 132 | 0 | 137 | 71 | 23 | 520 | 132 | 53 |
| Binary | 11001111 | 1011 | 1011010 | 0 | 1011111 | 111001 | 10011 | 101010000 | 1011010 | 101011 |
Color Harmonies of #CF0B5A
Complementary color
Monochromatic Colors of #CF0B5A
Black with #CF0B5A
Text Example
Text Example
White with #CF0B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF0B5A; }
p { color: rgb(207,11,90); }
H1.HeaderClassName
{
color: #CF0B5A;
}
.AnyTagClassName
{
color: #CF0B5A;
}
</style>
background-color css
<style>
a { background-color: #CF0B5A; }
a { background-color: rgb(207,11,90); }
div.DivClassName
{
background-color: #CF0B5A;
}
.BgClassName
{
background-color: #CF0B5A;
}
</style>
border-color css
<style>
span { border-color: #CF0B5A; }
span { border-color: rgb(207,11,90); }
td.TdClassName
{
border-color: #CF0B5A;
}
.TagClassName
{
border-color: #CF0B5A;
}
</style>