Shades of Old Rose #C0264B
Tints of Old Rose #C0264B
RGB
CMYK
RGB Variations
Color information
#C0264B (or 0xC0264B) is known color: Old Rose. HEX triplet: C0, 26 and 4B. RGB value is (192,38,75). Sum of RGB (Red+Green+Blue) = 192+38+75=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C0264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0264B is #3FD9B4. Grayscale: #585858. Windows color (decimal): -4184501 or 4925120. OLE color: 4925120.
HSL color Cylindrical-coordinate representation of color #C0264B: hue angle of 345.58º 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 #C0264B is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 38 | 75 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.25 |
| HSL | 345.58º | 0.67% | 0.45% | - |
| HSV(B) | 345.58º | 0.8% | 0.75% | - |
| XYZ | 23.7 | 13.1 | 7.94 | - |
| YUV | 88.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 38 | 75 | 0 | 0.80 | 0.61 | 0.25 | 345.58 | 0.67 | 0.45 |
| Hex | C0 | 26 | 4B | 0 | 50 | 3D | 19 | 15A | 43 | 2D |
| Octal | 300 | 46 | 113 | 0 | 120 | 75 | 31 | 532 | 103 | 55 |
| Binary | 11000000 | 100110 | 1001011 | 0 | 1010000 | 111101 | 11001 | 101011010 | 1000011 | 101101 |
Color Harmonies of #C0264B
Complementary color
Monochromatic Colors of #C0264B
Black with #C0264B
Text Example
Text Example
White with #C0264B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0264B; }
p { color: rgb(192,38,75); }
H1.HeaderClassName
{
color: #C0264B;
}
.AnyTagClassName
{
color: #C0264B;
}
</style>
background-color css
<style>
a { background-color: #C0264B; }
a { background-color: rgb(192,38,75); }
div.DivClassName
{
background-color: #C0264B;
}
.BgClassName
{
background-color: #C0264B;
}
</style>
border-color css
<style>
span { border-color: #C0264B; }
span { border-color: rgb(192,38,75); }
td.TdClassName
{
border-color: #C0264B;
}
.TagClassName
{
border-color: #C0264B;
}
</style>