Shades of Old Rose #CB264D
Tints of Old Rose #CB264D
RGB
CMYK
RGB Variations
Color information
#CB264D (or 0xCB264D) is known color: Old Rose. HEX triplet: CB, 26 and 4D. RGB value is (203,38,77). Sum of RGB (Red+Green+Blue) = 203+38+77=318 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.84% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 203 - color contains mainly: red. Hex color #CB264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB264D is #34D9B2. Grayscale: #5B5B5B. Windows color (decimal): -3463603 or 5056203. OLE color: 5056203.
HSL color Cylindrical-coordinate representation of color #CB264D: hue angle of 345.82º 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 #CB264D is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 77 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.20 |
| HSL | 345.82º | 0.68% | 0.47% | - |
| HSV(B) | 345.82º | 0.81% | 0.8% | - |
| XYZ | 26.66 | 14.62 | 8.44 | - |
| YUV | 91.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 77 | 0 | 0.81 | 0.62 | 0.20 | 345.82 | 0.68 | 0.47 |
| Hex | CB | 26 | 4D | 0 | 51 | 3E | 14 | 15A | 44 | 2F |
| Octal | 313 | 46 | 115 | 0 | 121 | 76 | 24 | 532 | 104 | 57 |
| Binary | 11001011 | 100110 | 1001101 | 0 | 1010001 | 111110 | 10100 | 101011010 | 1000100 | 101111 |
Color Harmonies of #CB264D
Complementary color
Monochromatic Colors of #CB264D
Black with #CB264D
Text Example
Text Example
White with #CB264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB264D; }
p { color: rgb(203,38,77); }
H1.HeaderClassName
{
color: #CB264D;
}
.AnyTagClassName
{
color: #CB264D;
}
</style>
background-color css
<style>
a { background-color: #CB264D; }
a { background-color: rgb(203,38,77); }
div.DivClassName
{
background-color: #CB264D;
}
.BgClassName
{
background-color: #CB264D;
}
</style>
border-color css
<style>
span { border-color: #CB264D; }
span { border-color: rgb(203,38,77); }
td.TdClassName
{
border-color: #CB264D;
}
.TagClassName
{
border-color: #CB264D;
}
</style>