Shades of Old Rose #CB334E
Tints of Old Rose #CB334E
RGB
CMYK
RGB Variations
Color information
#CB334E (or 0xCB334E) is known color: Old Rose. HEX triplet: CB, 33 and 4E. RGB value is (203,51,78). Sum of RGB (Red+Green+Blue) = 203+51+78=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB334E is #34CCB1. Grayscale: #636363. Windows color (decimal): -3460274 or 5125067. OLE color: 5125067.
HSL color Cylindrical-coordinate representation of color #CB334E: hue angle of 349.34º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB334E is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 78 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.20 |
| HSL | 349.34º | 0.6% | 0.5% | - |
| HSV(B) | 349.34º | 0.75% | 0.8% | - |
| XYZ | 27.19 | 15.61 | 8.79 | - |
| YUV | 99.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 78 | 0 | 0.75 | 0.62 | 0.20 | 349.34 | 0.6 | 0.5 |
| Hex | CB | 33 | 4E | 0 | 4B | 3E | 14 | 15D | 3C | 32 |
| Octal | 313 | 63 | 116 | 0 | 113 | 76 | 24 | 535 | 74 | 62 |
| Binary | 11001011 | 110011 | 1001110 | 0 | 1001011 | 111110 | 10100 | 101011101 | 111100 | 110010 |
Color Harmonies of #CB334E
Complementary color
Monochromatic Colors of #CB334E
Black with #CB334E
Text Example
Text Example
White with #CB334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB334E; }
p { color: rgb(203,51,78); }
H1.HeaderClassName
{
color: #CB334E;
}
.AnyTagClassName
{
color: #CB334E;
}
</style>
background-color css
<style>
a { background-color: #CB334E; }
a { background-color: rgb(203,51,78); }
div.DivClassName
{
background-color: #CB334E;
}
.BgClassName
{
background-color: #CB334E;
}
</style>
border-color css
<style>
span { border-color: #CB334E; }
span { border-color: rgb(203,51,78); }
td.TdClassName
{
border-color: #CB334E;
}
.TagClassName
{
border-color: #CB334E;
}
</style>