Shades of Old Rose #CB334F
Tints of Old Rose #CB334F
RGB
CMYK
RGB Variations
Color information
#CB334F (or 0xCB334F) is known color: Old Rose. HEX triplet: CB, 33 and 4F. RGB value is (203,51,79). Sum of RGB (Red+Green+Blue) = 203+51+79=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB334F is #34CCB0. Grayscale: #636363. Windows color (decimal): -3460273 or 5190603. OLE color: 5190603.
HSL color Cylindrical-coordinate representation of color #CB334F: hue angle of 348.95º 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 #CB334F is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 79 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.20 |
| HSL | 348.95º | 0.6% | 0.5% | - |
| HSV(B) | 348.95º | 0.75% | 0.8% | - |
| XYZ | 27.22 | 15.63 | 8.98 | - |
| YUV | 99.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 79 | 0 | 0.75 | 0.61 | 0.20 | 348.95 | 0.6 | 0.5 |
| Hex | CB | 33 | 4F | 0 | 4B | 3D | 14 | 15D | 3C | 32 |
| Octal | 313 | 63 | 117 | 0 | 113 | 75 | 24 | 535 | 74 | 62 |
| Binary | 11001011 | 110011 | 1001111 | 0 | 1001011 | 111101 | 10100 | 101011101 | 111100 | 110010 |
Color Harmonies of #CB334F
Complementary color
Monochromatic Colors of #CB334F
Black with #CB334F
Text Example
Text Example
White with #CB334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB334F; }
p { color: rgb(203,51,79); }
H1.HeaderClassName
{
color: #CB334F;
}
.AnyTagClassName
{
color: #CB334F;
}
</style>
background-color css
<style>
a { background-color: #CB334F; }
a { background-color: rgb(203,51,79); }
div.DivClassName
{
background-color: #CB334F;
}
.BgClassName
{
background-color: #CB334F;
}
</style>
border-color css
<style>
span { border-color: #CB334F; }
span { border-color: rgb(203,51,79); }
td.TdClassName
{
border-color: #CB334F;
}
.TagClassName
{
border-color: #CB334F;
}
</style>