Shades of Old Rose #C02665
Tints of Old Rose #C02665
RGB
CMYK
RGB Variations
Color information
#C02665 (or 0xC02665) is known color: Old Rose. HEX triplet: C0, 26 and 65. RGB value is (192,38,101). Sum of RGB (Red+Green+Blue) = 192+38+101=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C02665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02665 is #3FD99A. Grayscale: #5B5B5B. Windows color (decimal): -4184475 or 6629056. OLE color: 6629056.
HSL color Cylindrical-coordinate representation of color #C02665: hue angle of 335.45º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02665 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 101 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.25 |
| HSL | 335.45º | 0.67% | 0.45% | - |
| HSV(B) | 335.45º | 0.8% | 0.75% | - |
| XYZ | 24.78 | 13.53 | 13.62 | - |
| YUV | 91.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 101 | 0 | 0.80 | 0.47 | 0.25 | 335.45 | 0.67 | 0.45 |
| Hex | C0 | 26 | 65 | 0 | 50 | 2F | 19 | 14F | 43 | 2D |
| Octal | 300 | 46 | 145 | 0 | 120 | 57 | 31 | 517 | 103 | 55 |
| Binary | 11000000 | 100110 | 1100101 | 0 | 1010000 | 101111 | 11001 | 101001111 | 1000011 | 101101 |
Color Harmonies of #C02665
Complementary color
Monochromatic Colors of #C02665
Black with #C02665
Text Example
Text Example
White with #C02665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02665; }
p { color: rgb(192,38,101); }
H1.HeaderClassName
{
color: #C02665;
}
.AnyTagClassName
{
color: #C02665;
}
</style>
background-color css
<style>
a { background-color: #C02665; }
a { background-color: rgb(192,38,101); }
div.DivClassName
{
background-color: #C02665;
}
.BgClassName
{
background-color: #C02665;
}
</style>
border-color css
<style>
span { border-color: #C02665; }
span { border-color: rgb(192,38,101); }
td.TdClassName
{
border-color: #C02665;
}
.TagClassName
{
border-color: #C02665;
}
</style>