Shades of Old Rose #CA274C
Tints of Old Rose #CA274C
RGB
CMYK
RGB Variations
Color information
#CA274C (or 0xCA274C) is known color: Old Rose. HEX triplet: CA, 27 and 4C. RGB value is (202,39,76). Sum of RGB (Red+Green+Blue) = 202+39+76=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA274C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA274C is #35D8B3. Grayscale: #5B5B5B. Windows color (decimal): -3528884 or 4990922. OLE color: 4990922.
HSL color Cylindrical-coordinate representation of color #CA274C: hue angle of 346.38º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA274C is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 39 | 76 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.21 |
| HSL | 346.38º | 0.68% | 0.47% | - |
| HSV(B) | 346.38º | 0.81% | 0.79% | - |
| XYZ | 26.39 | 14.53 | 8.25 | - |
| YUV | 91.96 | 119 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 39 | 76 | 0 | 0.81 | 0.62 | 0.21 | 346.38 | 0.68 | 0.47 |
| Hex | CA | 27 | 4C | 0 | 51 | 3E | 15 | 15A | 44 | 2F |
| Octal | 312 | 47 | 114 | 0 | 121 | 76 | 25 | 532 | 104 | 57 |
| Binary | 11001010 | 100111 | 1001100 | 0 | 1010001 | 111110 | 10101 | 101011010 | 1000100 | 101111 |
Color Harmonies of #CA274C
Complementary color
Monochromatic Colors of #CA274C
Black with #CA274C
Text Example
Text Example
White with #CA274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA274C; }
p { color: rgb(202,39,76); }
H1.HeaderClassName
{
color: #CA274C;
}
.AnyTagClassName
{
color: #CA274C;
}
</style>
background-color css
<style>
a { background-color: #CA274C; }
a { background-color: rgb(202,39,76); }
div.DivClassName
{
background-color: #CA274C;
}
.BgClassName
{
background-color: #CA274C;
}
</style>
border-color css
<style>
span { border-color: #CA274C; }
span { border-color: rgb(202,39,76); }
td.TdClassName
{
border-color: #CA274C;
}
.TagClassName
{
border-color: #CA274C;
}
</style>