Shades of Old Rose #CB2352
Tints of Old Rose #CB2352
RGB
CMYK
RGB Variations
Color information
#CB2352 (or 0xCB2352) is known color: Old Rose. HEX triplet: CB, 23 and 52. RGB value is (203,35,82). Sum of RGB (Red+Green+Blue) = 203+35+82=320 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.44% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2352 is #34DCAD. Grayscale: #5A5A5A. Windows color (decimal): -3464366 or 5383115. OLE color: 5383115.
HSL color Cylindrical-coordinate representation of color #CB2352: hue angle of 343.21º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CB2352 is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 35 | 82 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.20 |
| HSL | 343.21º | 0.71% | 0.47% | - |
| HSV(B) | 343.21º | 0.83% | 0.8% | - |
| XYZ | 26.75 | 14.51 | 9.37 | - |
| YUV | 90.59 | 123.16 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 35 | 82 | 0 | 0.83 | 0.60 | 0.20 | 343.21 | 0.71 | 0.47 |
| Hex | CB | 23 | 52 | 0 | 53 | 3C | 14 | 157 | 47 | 2F |
| Octal | 313 | 43 | 122 | 0 | 123 | 74 | 24 | 527 | 107 | 57 |
| Binary | 11001011 | 100011 | 1010010 | 0 | 1010011 | 111100 | 10100 | 101010111 | 1000111 | 101111 |
Color Harmonies of #CB2352
Complementary color
Monochromatic Colors of #CB2352
Black with #CB2352
Text Example
Text Example
White with #CB2352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2352; }
p { color: rgb(203,35,82); }
H1.HeaderClassName
{
color: #CB2352;
}
.AnyTagClassName
{
color: #CB2352;
}
</style>
background-color css
<style>
a { background-color: #CB2352; }
a { background-color: rgb(203,35,82); }
div.DivClassName
{
background-color: #CB2352;
}
.BgClassName
{
background-color: #CB2352;
}
</style>
border-color css
<style>
span { border-color: #CB2352; }
span { border-color: rgb(203,35,82); }
td.TdClassName
{
border-color: #CB2352;
}
.TagClassName
{
border-color: #CB2352;
}
</style>