Shades of Old Rose #CB274E
Tints of Old Rose #CB274E
RGB
CMYK
RGB Variations
Color information
#CB274E (or 0xCB274E) is known color: Old Rose. HEX triplet: CB, 27 and 4E. RGB value is (203,39,78). Sum of RGB (Red+Green+Blue) = 203+39+78=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB274E is #34D8B1. Grayscale: #5C5C5C. Windows color (decimal): -3463346 or 5121995. OLE color: 5121995.
HSL color Cylindrical-coordinate representation of color #CB274E: hue angle of 345.73º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CB274E is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 78 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.20 |
| HSL | 345.73º | 0.68% | 0.47% | - |
| HSV(B) | 345.73º | 0.81% | 0.8% | - |
| XYZ | 26.73 | 14.7 | 8.64 | - |
| YUV | 92.48 | 119.83 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 78 | 0 | 0.81 | 0.62 | 0.20 | 345.73 | 0.68 | 0.47 |
| Hex | CB | 27 | 4E | 0 | 51 | 3E | 14 | 15A | 44 | 2F |
| Octal | 313 | 47 | 116 | 0 | 121 | 76 | 24 | 532 | 104 | 57 |
| Binary | 11001011 | 100111 | 1001110 | 0 | 1010001 | 111110 | 10100 | 101011010 | 1000100 | 101111 |
Color Harmonies of #CB274E
Complementary color
Monochromatic Colors of #CB274E
Black with #CB274E
Text Example
Text Example
White with #CB274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB274E; }
p { color: rgb(203,39,78); }
H1.HeaderClassName
{
color: #CB274E;
}
.AnyTagClassName
{
color: #CB274E;
}
</style>
background-color css
<style>
a { background-color: #CB274E; }
a { background-color: rgb(203,39,78); }
div.DivClassName
{
background-color: #CB274E;
}
.BgClassName
{
background-color: #CB274E;
}
</style>
border-color css
<style>
span { border-color: #CB274E; }
span { border-color: rgb(203,39,78); }
td.TdClassName
{
border-color: #CB274E;
}
.TagClassName
{
border-color: #CB274E;
}
</style>