Shades of Old Rose #C83252
Tints of Old Rose #C83252
RGB
CMYK
RGB Variations
Color information
#C83252 (or 0xC83252) is known color: Old Rose. HEX triplet: C8, 32 and 52. RGB value is (200,50,82). Sum of RGB (Red+Green+Blue) = 200+50+82=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C83252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83252 is #37CDAD. Grayscale: #626262. Windows color (decimal): -3657134 or 5386952. OLE color: 5386952.
HSL color Cylindrical-coordinate representation of color #C83252: hue angle of 347.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83252 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 50 | 82 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.22 |
| HSL | 347.2º | 0.6% | 0.49% | - |
| HSV(B) | 347.2º | 0.75% | 0.78% | - |
| XYZ | 26.48 | 15.17 | 9.51 | - |
| YUV | 98.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 82 | 0 | 0.75 | 0.59 | 0.22 | 347.2 | 0.6 | 0.49 |
| Hex | C8 | 32 | 52 | 0 | 4B | 3B | 16 | 15B | 3C | 31 |
| Octal | 310 | 62 | 122 | 0 | 113 | 73 | 26 | 533 | 74 | 61 |
| Binary | 11001000 | 110010 | 1010010 | 0 | 1001011 | 111011 | 10110 | 101011011 | 111100 | 110001 |
Color Harmonies of #C83252
Complementary color
Monochromatic Colors of #C83252
Black with #C83252
Text Example
Text Example
White with #C83252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83252; }
p { color: rgb(200,50,82); }
H1.HeaderClassName
{
color: #C83252;
}
.AnyTagClassName
{
color: #C83252;
}
</style>
background-color css
<style>
a { background-color: #C83252; }
a { background-color: rgb(200,50,82); }
div.DivClassName
{
background-color: #C83252;
}
.BgClassName
{
background-color: #C83252;
}
</style>
border-color css
<style>
span { border-color: #C83252; }
span { border-color: rgb(200,50,82); }
td.TdClassName
{
border-color: #C83252;
}
.TagClassName
{
border-color: #C83252;
}
</style>