Shades of Old Rose #C6224B
Tints of Old Rose #C6224B
RGB
CMYK
RGB Variations
Color information
#C6224B (or 0xC6224B) is known color: Old Rose. HEX triplet: C6, 22 and 4B. RGB value is (198,34,75). Sum of RGB (Red+Green+Blue) = 198+34+75=307 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.50% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 198 - color contains mainly: red. Hex color #C6224B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6224B is #39DDB4. Grayscale: #575757. Windows color (decimal): -3792309 or 4924102. OLE color: 4924102.
HSL color Cylindrical-coordinate representation of color #C6224B: hue angle of 345º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C6224B is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 34 | 75 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.22 |
| HSL | 345º | 0.71% | 0.45% | - |
| HSV(B) | 345º | 0.83% | 0.78% | - |
| XYZ | 25.13 | 13.66 | 7.97 | - |
| YUV | 87.71 | 120.83 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 34 | 75 | 0 | 0.83 | 0.62 | 0.22 | 345 | 0.71 | 0.45 |
| Hex | C6 | 22 | 4B | 0 | 53 | 3E | 16 | 159 | 47 | 2D |
| Octal | 306 | 42 | 113 | 0 | 123 | 76 | 26 | 531 | 107 | 55 |
| Binary | 11000110 | 100010 | 1001011 | 0 | 1010011 | 111110 | 10110 | 101011001 | 1000111 | 101101 |
Color Harmonies of #C6224B
Complementary color
Monochromatic Colors of #C6224B
Black with #C6224B
Text Example
Text Example
White with #C6224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6224B; }
p { color: rgb(198,34,75); }
H1.HeaderClassName
{
color: #C6224B;
}
.AnyTagClassName
{
color: #C6224B;
}
</style>
background-color css
<style>
a { background-color: #C6224B; }
a { background-color: rgb(198,34,75); }
div.DivClassName
{
background-color: #C6224B;
}
.BgClassName
{
background-color: #C6224B;
}
</style>
border-color css
<style>
span { border-color: #C6224B; }
span { border-color: rgb(198,34,75); }
td.TdClassName
{
border-color: #C6224B;
}
.TagClassName
{
border-color: #C6224B;
}
</style>