Shades of Old Rose #C02B61
Tints of Old Rose #C02B61
RGB
CMYK
RGB Variations
Color information
#C02B61 (or 0xC02B61) is known color: Old Rose. HEX triplet: C0, 2B and 61. RGB value is (192,43,97). Sum of RGB (Red+Green+Blue) = 192+43+97=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02B61 is #3FD49E. Grayscale: #5D5D5D. Windows color (decimal): -4183199 or 6368192. OLE color: 6368192.
HSL color Cylindrical-coordinate representation of color #C02B61: hue angle of 338.26º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C02B61 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 97 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.25 |
| HSL | 338.26º | 0.63% | 0.46% | - |
| HSV(B) | 338.26º | 0.78% | 0.75% | - |
| XYZ | 24.76 | 13.8 | 12.67 | - |
| YUV | 93.71 | 129.86 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 97 | 0 | 0.78 | 0.49 | 0.25 | 338.26 | 0.63 | 0.46 |
| Hex | C0 | 2B | 61 | 0 | 4E | 31 | 19 | 152 | 3F | 2E |
| Octal | 300 | 53 | 141 | 0 | 116 | 61 | 31 | 522 | 77 | 56 |
| Binary | 11000000 | 101011 | 1100001 | 0 | 1001110 | 110001 | 11001 | 101010010 | 111111 | 101110 |
Color Harmonies of #C02B61
Complementary color
Monochromatic Colors of #C02B61
Black with #C02B61
Text Example
Text Example
White with #C02B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B61; }
p { color: rgb(192,43,97); }
H1.HeaderClassName
{
color: #C02B61;
}
.AnyTagClassName
{
color: #C02B61;
}
</style>
background-color css
<style>
a { background-color: #C02B61; }
a { background-color: rgb(192,43,97); }
div.DivClassName
{
background-color: #C02B61;
}
.BgClassName
{
background-color: #C02B61;
}
</style>
border-color css
<style>
span { border-color: #C02B61; }
span { border-color: rgb(192,43,97); }
td.TdClassName
{
border-color: #C02B61;
}
.TagClassName
{
border-color: #C02B61;
}
</style>