Shades of Old Rose #CB274C
Tints of Old Rose #CB274C
RGB
CMYK
RGB Variations
Color information
#CB274C (or 0xCB274C) is known color: Old Rose. HEX triplet: CB, 27 and 4C. RGB value is (203,39,76). Sum of RGB (Red+Green+Blue) = 203+39+76=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB274C is #34D8B3. Grayscale: #5C5C5C. Windows color (decimal): -3463348 or 4990923. OLE color: 4990923.
HSL color Cylindrical-coordinate representation of color #CB274C: hue angle of 346.46º 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 #CB274C is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 39 | 76 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.20 |
| HSL | 346.46º | 0.68% | 0.47% | - |
| HSV(B) | 346.46º | 0.81% | 0.8% | - |
| XYZ | 26.66 | 14.67 | 8.26 | - |
| YUV | 92.25 | 118.83 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 39 | 76 | 0 | 0.81 | 0.63 | 0.20 | 346.46 | 0.68 | 0.47 |
| Hex | CB | 27 | 4C | 0 | 51 | 3F | 14 | 15A | 44 | 2F |
| Octal | 313 | 47 | 114 | 0 | 121 | 77 | 24 | 532 | 104 | 57 |
| Binary | 11001011 | 100111 | 1001100 | 0 | 1010001 | 111111 | 10100 | 101011010 | 1000100 | 101111 |
Color Harmonies of #CB274C
Complementary color
Monochromatic Colors of #CB274C
Black with #CB274C
Text Example
Text Example
White with #CB274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB274C; }
p { color: rgb(203,39,76); }
H1.HeaderClassName
{
color: #CB274C;
}
.AnyTagClassName
{
color: #CB274C;
}
</style>
background-color css
<style>
a { background-color: #CB274C; }
a { background-color: rgb(203,39,76); }
div.DivClassName
{
background-color: #CB274C;
}
.BgClassName
{
background-color: #CB274C;
}
</style>
border-color css
<style>
span { border-color: #CB274C; }
span { border-color: rgb(203,39,76); }
td.TdClassName
{
border-color: #CB274C;
}
.TagClassName
{
border-color: #CB274C;
}
</style>