Shades of Old Rose #CB334C
Tints of Old Rose #CB334C
RGB
CMYK
RGB Variations
Color information
#CB334C (or 0xCB334C) is known color: Old Rose. HEX triplet: CB, 33 and 4C. RGB value is (203,51,76). Sum of RGB (Red+Green+Blue) = 203+51+76=330 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.52% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 203 - color contains mainly: red. Hex color #CB334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB334C is #34CCB3. Grayscale: #636363. Windows color (decimal): -3460276 or 4993995. OLE color: 4993995.
HSL color Cylindrical-coordinate representation of color #CB334C: hue angle of 350.13º 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 #CB334C is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 76 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.20 |
| HSL | 350.13º | 0.6% | 0.5% | - |
| HSV(B) | 350.13º | 0.75% | 0.8% | - |
| XYZ | 27.12 | 15.59 | 8.42 | - |
| YUV | 99.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 76 | 0 | 0.75 | 0.63 | 0.20 | 350.13 | 0.6 | 0.5 |
| Hex | CB | 33 | 4C | 0 | 4B | 3F | 14 | 15E | 3C | 32 |
| Octal | 313 | 63 | 114 | 0 | 113 | 77 | 24 | 536 | 74 | 62 |
| Binary | 11001011 | 110011 | 1001100 | 0 | 1001011 | 111111 | 10100 | 101011110 | 111100 | 110010 |
Color Harmonies of #CB334C
Complementary color
Monochromatic Colors of #CB334C
Black with #CB334C
Text Example
Text Example
White with #CB334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB334C; }
p { color: rgb(203,51,76); }
H1.HeaderClassName
{
color: #CB334C;
}
.AnyTagClassName
{
color: #CB334C;
}
</style>
background-color css
<style>
a { background-color: #CB334C; }
a { background-color: rgb(203,51,76); }
div.DivClassName
{
background-color: #CB334C;
}
.BgClassName
{
background-color: #CB334C;
}
</style>
border-color css
<style>
span { border-color: #CB334C; }
span { border-color: rgb(203,51,76); }
td.TdClassName
{
border-color: #CB334C;
}
.TagClassName
{
border-color: #CB334C;
}
</style>