Shades of Old Rose #CB354D
Tints of Old Rose #CB354D
RGB
CMYK
RGB Variations
Color information
#CB354D (or 0xCB354D) is known color: Old Rose. HEX triplet: CB, 35 and 4D. RGB value is (203,53,77). Sum of RGB (Red+Green+Blue) = 203+53+77=333 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.96% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 203 - color contains mainly: red. Hex color #CB354D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB354D is #34CAB2. Grayscale: #646464. Windows color (decimal): -3459763 or 5060043. OLE color: 5060043.
HSL color Cylindrical-coordinate representation of color #CB354D: hue angle of 350.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB354D is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 77 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.20 |
| HSL | 350.4º | 0.59% | 0.5% | - |
| HSV(B) | 350.4º | 0.74% | 0.8% | - |
| XYZ | 27.24 | 15.78 | 8.63 | - |
| YUV | 100.59 | 114.7 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 77 | 0 | 0.74 | 0.62 | 0.20 | 350.4 | 0.59 | 0.5 |
| Hex | CB | 35 | 4D | 0 | 4A | 3E | 14 | 15E | 3B | 32 |
| Octal | 313 | 65 | 115 | 0 | 112 | 76 | 24 | 536 | 73 | 62 |
| Binary | 11001011 | 110101 | 1001101 | 0 | 1001010 | 111110 | 10100 | 101011110 | 111011 | 110010 |
Color Harmonies of #CB354D
Complementary color
Monochromatic Colors of #CB354D
Black with #CB354D
Text Example
Text Example
White with #CB354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB354D; }
p { color: rgb(203,53,77); }
H1.HeaderClassName
{
color: #CB354D;
}
.AnyTagClassName
{
color: #CB354D;
}
</style>
background-color css
<style>
a { background-color: #CB354D; }
a { background-color: rgb(203,53,77); }
div.DivClassName
{
background-color: #CB354D;
}
.BgClassName
{
background-color: #CB354D;
}
</style>
border-color css
<style>
span { border-color: #CB354D; }
span { border-color: rgb(203,53,77); }
td.TdClassName
{
border-color: #CB354D;
}
.TagClassName
{
border-color: #CB354D;
}
</style>