Shades of Old Rose #CB355B
Tints of Old Rose #CB355B
RGB
CMYK
RGB Variations
Color information
#CB355B (or 0xCB355B) is known color: Old Rose. HEX triplet: CB, 35 and 5B. RGB value is (203,53,91). Sum of RGB (Red+Green+Blue) = 203+53+91=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB355B is #34CAA4. Grayscale: #666666. Windows color (decimal): -3459749 or 5977547. OLE color: 5977547.
HSL color Cylindrical-coordinate representation of color #CB355B: hue angle of 344.8º 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 #CB355B is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 53 | 91 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.20 |
| HSL | 344.8º | 0.59% | 0.5% | - |
| HSV(B) | 344.8º | 0.74% | 0.8% | - |
| XYZ | 27.79 | 16 | 11.52 | - |
| YUV | 102.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 91 | 0 | 0.74 | 0.55 | 0.20 | 344.8 | 0.59 | 0.5 |
| Hex | CB | 35 | 5B | 0 | 4A | 37 | 14 | 159 | 3B | 32 |
| Octal | 313 | 65 | 133 | 0 | 112 | 67 | 24 | 531 | 73 | 62 |
| Binary | 11001011 | 110101 | 1011011 | 0 | 1001010 | 110111 | 10100 | 101011001 | 111011 | 110010 |
Color Harmonies of #CB355B
Complementary color
Monochromatic Colors of #CB355B
Black with #CB355B
Text Example
Text Example
White with #CB355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB355B; }
p { color: rgb(203,53,91); }
H1.HeaderClassName
{
color: #CB355B;
}
.AnyTagClassName
{
color: #CB355B;
}
</style>
background-color css
<style>
a { background-color: #CB355B; }
a { background-color: rgb(203,53,91); }
div.DivClassName
{
background-color: #CB355B;
}
.BgClassName
{
background-color: #CB355B;
}
</style>
border-color css
<style>
span { border-color: #CB355B; }
span { border-color: rgb(203,53,91); }
td.TdClassName
{
border-color: #CB355B;
}
.TagClassName
{
border-color: #CB355B;
}
</style>