Shades of Old Rose #CB3452
Tints of Old Rose #CB3452
RGB
CMYK
RGB Variations
Color information
#CB3452 (or 0xCB3452) is known color: Old Rose. HEX triplet: CB, 34 and 52. RGB value is (203,52,82). Sum of RGB (Red+Green+Blue) = 203+52+82=337 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.24% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3452 is #34CBAD. Grayscale: #646464. Windows color (decimal): -3460014 or 5387467. OLE color: 5387467.
HSL color Cylindrical-coordinate representation of color #CB3452: hue angle of 348.08º 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 #CB3452 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 52 | 82 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.20 |
| HSL | 348.08º | 0.59% | 0.5% | - |
| HSV(B) | 348.08º | 0.74% | 0.8% | - |
| XYZ | 27.38 | 15.76 | 9.58 | - |
| YUV | 100.57 | 117.53 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 52 | 82 | 0 | 0.74 | 0.60 | 0.20 | 348.08 | 0.59 | 0.5 |
| Hex | CB | 34 | 52 | 0 | 4A | 3C | 14 | 15C | 3B | 32 |
| Octal | 313 | 64 | 122 | 0 | 112 | 74 | 24 | 534 | 73 | 62 |
| Binary | 11001011 | 110100 | 1010010 | 0 | 1001010 | 111100 | 10100 | 101011100 | 111011 | 110010 |
Color Harmonies of #CB3452
Complementary color
Monochromatic Colors of #CB3452
Black with #CB3452
Text Example
Text Example
White with #CB3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3452; }
p { color: rgb(203,52,82); }
H1.HeaderClassName
{
color: #CB3452;
}
.AnyTagClassName
{
color: #CB3452;
}
</style>
background-color css
<style>
a { background-color: #CB3452; }
a { background-color: rgb(203,52,82); }
div.DivClassName
{
background-color: #CB3452;
}
.BgClassName
{
background-color: #CB3452;
}
</style>
border-color css
<style>
span { border-color: #CB3452; }
span { border-color: rgb(203,52,82); }
td.TdClassName
{
border-color: #CB3452;
}
.TagClassName
{
border-color: #CB3452;
}
</style>