Shades of Old Rose #CB265B
Tints of Old Rose #CB265B
RGB
CMYK
RGB Variations
Color information
#CB265B (or 0xCB265B) is known color: Old Rose. HEX triplet: CB, 26 and 5B. RGB value is (203,38,91). Sum of RGB (Red+Green+Blue) = 203+38+91=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB265B is #34D9A4. Grayscale: #5D5D5D. Windows color (decimal): -3463589 or 5973707. OLE color: 5973707.
HSL color Cylindrical-coordinate representation of color #CB265B: hue angle of 340.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 #CB265B is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 38 | 91 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.20 |
| HSL | 340.73º | 0.68% | 0.47% | - |
| HSV(B) | 340.73º | 0.81% | 0.8% | - |
| XYZ | 27.21 | 14.84 | 11.33 | - |
| YUV | 93.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 38 | 91 | 0 | 0.81 | 0.55 | 0.20 | 340.73 | 0.68 | 0.47 |
| Hex | CB | 26 | 5B | 0 | 51 | 37 | 14 | 155 | 44 | 2F |
| Octal | 313 | 46 | 133 | 0 | 121 | 67 | 24 | 525 | 104 | 57 |
| Binary | 11001011 | 100110 | 1011011 | 0 | 1010001 | 110111 | 10100 | 101010101 | 1000100 | 101111 |
Color Harmonies of #CB265B
Complementary color
Monochromatic Colors of #CB265B
Black with #CB265B
Text Example
Text Example
White with #CB265B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB265B; }
p { color: rgb(203,38,91); }
H1.HeaderClassName
{
color: #CB265B;
}
.AnyTagClassName
{
color: #CB265B;
}
</style>
background-color css
<style>
a { background-color: #CB265B; }
a { background-color: rgb(203,38,91); }
div.DivClassName
{
background-color: #CB265B;
}
.BgClassName
{
background-color: #CB265B;
}
</style>
border-color css
<style>
span { border-color: #CB265B; }
span { border-color: rgb(203,38,91); }
td.TdClassName
{
border-color: #CB265B;
}
.TagClassName
{
border-color: #CB265B;
}
</style>