Shades of Old Rose #CA234B
Tints of Old Rose #CA234B
RGB
CMYK
RGB Variations
Color information
#CA234B (or 0xCA234B) is known color: Old Rose. HEX triplet: CA, 23 and 4B. RGB value is (202,35,75). Sum of RGB (Red+Green+Blue) = 202+35+75=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA234B is #35DCB4. Grayscale: #595959. Windows color (decimal): -3529909 or 4924362. OLE color: 4924362.
HSL color Cylindrical-coordinate representation of color #CA234B: hue angle of 345.63º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA234B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 35 | 75 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.21 |
| HSL | 345.63º | 0.7% | 0.46% | - |
| HSV(B) | 345.63º | 0.83% | 0.79% | - |
| XYZ | 26.23 | 14.27 | 8.03 | - |
| YUV | 89.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 35 | 75 | 0 | 0.83 | 0.63 | 0.21 | 345.63 | 0.7 | 0.46 |
| Hex | CA | 23 | 4B | 0 | 53 | 3F | 15 | 15A | 46 | 2E |
| Octal | 312 | 43 | 113 | 0 | 123 | 77 | 25 | 532 | 106 | 56 |
| Binary | 11001010 | 100011 | 1001011 | 0 | 1010011 | 111111 | 10101 | 101011010 | 1000110 | 101110 |
Color Harmonies of #CA234B
Complementary color
Monochromatic Colors of #CA234B
Black with #CA234B
Text Example
Text Example
White with #CA234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA234B; }
p { color: rgb(202,35,75); }
H1.HeaderClassName
{
color: #CA234B;
}
.AnyTagClassName
{
color: #CA234B;
}
</style>
background-color css
<style>
a { background-color: #CA234B; }
a { background-color: rgb(202,35,75); }
div.DivClassName
{
background-color: #CA234B;
}
.BgClassName
{
background-color: #CA234B;
}
</style>
border-color css
<style>
span { border-color: #CA234B; }
span { border-color: rgb(202,35,75); }
td.TdClassName
{
border-color: #CA234B;
}
.TagClassName
{
border-color: #CA234B;
}
</style>