Shades of Ruby #CB075A
Tints of Ruby #CB075A
RGB
CMYK
RGB Variations
Color information
#CB075A (or 0xCB075A) is known color: Ruby. HEX triplet: CB, 07 and 5A. RGB value is (203,7,90). Sum of RGB (Red+Green+Blue) = 203+7+90=300 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.67% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 203 - color contains mainly: red. Hex color #CB075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CB075A is #34F8A5. Grayscale: #4A4A4A. Windows color (decimal): -3471526 or 5900235. OLE color: 5900235.
HSL color Cylindrical-coordinate representation of color #CB075A: hue angle of 334.59º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CB075A is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 7 | 90 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.20 |
| HSL | 334.59º | 0.93% | 0.41% | - |
| HSV(B) | 334.59º | 0.97% | 0.8% | - |
| XYZ | 26.55 | 13.59 | 10.9 | - |
| YUV | 75.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 7 | 90 | 0 | 0.97 | 0.56 | 0.20 | 334.59 | 0.93 | 0.41 |
| Hex | CB | 7 | 5A | 0 | 61 | 38 | 14 | 14F | 5D | 29 |
| Octal | 313 | 7 | 132 | 0 | 141 | 70 | 24 | 517 | 135 | 51 |
| Binary | 11001011 | 111 | 1011010 | 0 | 1100001 | 111000 | 10100 | 101001111 | 1011101 | 101001 |
Color Harmonies of #CB075A
Complementary color
Monochromatic Colors of #CB075A
Black with #CB075A
Text Example
Text Example
White with #CB075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB075A; }
p { color: rgb(203,7,90); }
H1.HeaderClassName
{
color: #CB075A;
}
.AnyTagClassName
{
color: #CB075A;
}
</style>
background-color css
<style>
a { background-color: #CB075A; }
a { background-color: rgb(203,7,90); }
div.DivClassName
{
background-color: #CB075A;
}
.BgClassName
{
background-color: #CB075A;
}
</style>
border-color css
<style>
span { border-color: #CB075A; }
span { border-color: rgb(203,7,90); }
td.TdClassName
{
border-color: #CB075A;
}
.TagClassName
{
border-color: #CB075A;
}
</style>