Shades of Old Rose #C02666
Tints of Old Rose #C02666
RGB
CMYK
RGB Variations
Color information
#C02666 (or 0xC02666) is known color: Old Rose. HEX triplet: C0, 26 and 66. RGB value is (192,38,102). Sum of RGB (Red+Green+Blue) = 192+38+102=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C02666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02666 is #3FD999. Grayscale: #5B5B5B. Windows color (decimal): -4184474 or 6694592. OLE color: 6694592.
HSL color Cylindrical-coordinate representation of color #C02666: hue angle of 335.06º 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 #C02666 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 102 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.25 |
| HSL | 335.06º | 0.67% | 0.45% | - |
| HSV(B) | 335.06º | 0.8% | 0.75% | - |
| XYZ | 24.83 | 13.55 | 13.88 | - |
| YUV | 91.34 | 134.02 | 199.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 102 | 0 | 0.80 | 0.47 | 0.25 | 335.06 | 0.67 | 0.45 |
| Hex | C0 | 26 | 66 | 0 | 50 | 2F | 19 | 14F | 43 | 2D |
| Octal | 300 | 46 | 146 | 0 | 120 | 57 | 31 | 517 | 103 | 55 |
| Binary | 11000000 | 100110 | 1100110 | 0 | 1010000 | 101111 | 11001 | 101001111 | 1000011 | 101101 |
Color Harmonies of #C02666
Complementary color
Monochromatic Colors of #C02666
Black with #C02666
Text Example
Text Example
White with #C02666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02666; }
p { color: rgb(192,38,102); }
H1.HeaderClassName
{
color: #C02666;
}
.AnyTagClassName
{
color: #C02666;
}
</style>
background-color css
<style>
a { background-color: #C02666; }
a { background-color: rgb(192,38,102); }
div.DivClassName
{
background-color: #C02666;
}
.BgClassName
{
background-color: #C02666;
}
</style>
border-color css
<style>
span { border-color: #C02666; }
span { border-color: rgb(192,38,102); }
td.TdClassName
{
border-color: #C02666;
}
.TagClassName
{
border-color: #C02666;
}
</style>