Shades of Old Rose #CB254E
Tints of Old Rose #CB254E
RGB
CMYK
RGB Variations
Color information
#CB254E (or 0xCB254E) is known color: Old Rose. HEX triplet: CB, 25 and 4E. RGB value is (203,37,78). Sum of RGB (Red+Green+Blue) = 203+37+78=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB254E is #34DAB1. Grayscale: #5B5B5B. Windows color (decimal): -3463858 or 5121483. OLE color: 5121483.
HSL color Cylindrical-coordinate representation of color #CB254E: hue angle of 345.18º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB254E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 37 | 78 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.20 |
| HSL | 345.18º | 0.69% | 0.47% | - |
| HSV(B) | 345.18º | 0.82% | 0.8% | - |
| XYZ | 26.67 | 14.57 | 8.61 | - |
| YUV | 91.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 37 | 78 | 0 | 0.82 | 0.62 | 0.20 | 345.18 | 0.69 | 0.47 |
| Hex | CB | 25 | 4E | 0 | 52 | 3E | 14 | 159 | 45 | 2F |
| Octal | 313 | 45 | 116 | 0 | 122 | 76 | 24 | 531 | 105 | 57 |
| Binary | 11001011 | 100101 | 1001110 | 0 | 1010010 | 111110 | 10100 | 101011001 | 1000101 | 101111 |
Color Harmonies of #CB254E
Complementary color
Monochromatic Colors of #CB254E
Black with #CB254E
Text Example
Text Example
White with #CB254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB254E; }
p { color: rgb(203,37,78); }
H1.HeaderClassName
{
color: #CB254E;
}
.AnyTagClassName
{
color: #CB254E;
}
</style>
background-color css
<style>
a { background-color: #CB254E; }
a { background-color: rgb(203,37,78); }
div.DivClassName
{
background-color: #CB254E;
}
.BgClassName
{
background-color: #CB254E;
}
</style>
border-color css
<style>
span { border-color: #CB254E; }
span { border-color: rgb(203,37,78); }
td.TdClassName
{
border-color: #CB254E;
}
.TagClassName
{
border-color: #CB254E;
}
</style>