Shades of Old Rose #CB334D
Tints of Old Rose #CB334D
RGB
CMYK
RGB Variations
Color information
#CB334D (or 0xCB334D) is known color: Old Rose. HEX triplet: CB, 33 and 4D. RGB value is (203,51,77). Sum of RGB (Red+Green+Blue) = 203+51+77=331 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.33% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 203 - color contains mainly: red. Hex color #CB334D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB334D is #34CCB2. Grayscale: #636363. Windows color (decimal): -3460275 or 5059531. OLE color: 5059531.
HSL color Cylindrical-coordinate representation of color #CB334D: hue angle of 349.74º 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 #CB334D is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 77 | - |
| CMYK | 0 | 0.75 | 0.62 | 0.20 |
| HSL | 349.74º | 0.6% | 0.5% | - |
| HSV(B) | 349.74º | 0.75% | 0.8% | - |
| XYZ | 27.15 | 15.6 | 8.6 | - |
| YUV | 99.41 | 115.36 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 77 | 0 | 0.75 | 0.62 | 0.20 | 349.74 | 0.6 | 0.5 |
| Hex | CB | 33 | 4D | 0 | 4B | 3E | 14 | 15E | 3C | 32 |
| Octal | 313 | 63 | 115 | 0 | 113 | 76 | 24 | 536 | 74 | 62 |
| Binary | 11001011 | 110011 | 1001101 | 0 | 1001011 | 111110 | 10100 | 101011110 | 111100 | 110010 |
Color Harmonies of #CB334D
Complementary color
Monochromatic Colors of #CB334D
Black with #CB334D
Text Example
Text Example
White with #CB334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB334D; }
p { color: rgb(203,51,77); }
H1.HeaderClassName
{
color: #CB334D;
}
.AnyTagClassName
{
color: #CB334D;
}
</style>
background-color css
<style>
a { background-color: #CB334D; }
a { background-color: rgb(203,51,77); }
div.DivClassName
{
background-color: #CB334D;
}
.BgClassName
{
background-color: #CB334D;
}
</style>
border-color css
<style>
span { border-color: #CB334D; }
span { border-color: rgb(203,51,77); }
td.TdClassName
{
border-color: #CB334D;
}
.TagClassName
{
border-color: #CB334D;
}
</style>