Shades of Ruby #CF095A
Tints of Ruby #CF095A
RGB
CMYK
RGB Variations
Color information
#CF095A (or 0xCF095A) is known color: Ruby. HEX triplet: CF, 09 and 5A. RGB value is (207,9,90). Sum of RGB (Red+Green+Blue) = 207+9+90=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF095A is #30F6A5. Grayscale: #4D4D4D. Windows color (decimal): -3208870 or 5900751. OLE color: 5900751.
HSL color Cylindrical-coordinate representation of color #CF095A: hue angle of 335.45º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF095A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 90 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.19 |
| HSL | 335.45º | 0.92% | 0.42% | - |
| HSV(B) | 335.45º | 0.96% | 0.81% | - |
| XYZ | 27.68 | 14.2 | 10.95 | - |
| YUV | 77.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 90 | 0 | 0.96 | 0.57 | 0.19 | 335.45 | 0.92 | 0.42 |
| Hex | CF | 9 | 5A | 0 | 60 | 39 | 13 | 14F | 5C | 2A |
| Octal | 317 | 11 | 132 | 0 | 140 | 71 | 23 | 517 | 134 | 52 |
| Binary | 11001111 | 1001 | 1011010 | 0 | 1100000 | 111001 | 10011 | 101001111 | 1011100 | 101010 |
Color Harmonies of #CF095A
Complementary color
Monochromatic Colors of #CF095A
Black with #CF095A
Text Example
Text Example
White with #CF095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF095A; }
p { color: rgb(207,9,90); }
H1.HeaderClassName
{
color: #CF095A;
}
.AnyTagClassName
{
color: #CF095A;
}
</style>
background-color css
<style>
a { background-color: #CF095A; }
a { background-color: rgb(207,9,90); }
div.DivClassName
{
background-color: #CF095A;
}
.BgClassName
{
background-color: #CF095A;
}
</style>
border-color css
<style>
span { border-color: #CF095A; }
span { border-color: rgb(207,9,90); }
td.TdClassName
{
border-color: #CF095A;
}
.TagClassName
{
border-color: #CF095A;
}
</style>