Shades of Old Rose #CA385B
Tints of Old Rose #CA385B
RGB
CMYK
RGB Variations
Color information
#CA385B (or 0xCA385B) is known color: Old Rose. HEX triplet: CA, 38 and 5B. RGB value is (202,56,91). Sum of RGB (Red+Green+Blue) = 202+56+91=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA385B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA385B is #35C7A4. Grayscale: #676767. Windows color (decimal): -3524517 or 5978314. OLE color: 5978314.
HSL color Cylindrical-coordinate representation of color #CA385B: hue angle of 345.62º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CA385B is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 56 | 91 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.21 |
| HSL | 345.62º | 0.58% | 0.51% | - |
| HSV(B) | 345.62º | 0.72% | 0.79% | - |
| XYZ | 27.66 | 16.14 | 11.56 | - |
| YUV | 103.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 56 | 91 | 0 | 0.72 | 0.55 | 0.21 | 345.62 | 0.58 | 0.51 |
| Hex | CA | 38 | 5B | 0 | 48 | 37 | 15 | 15A | 3A | 33 |
| Octal | 312 | 70 | 133 | 0 | 110 | 67 | 25 | 532 | 72 | 63 |
| Binary | 11001010 | 111000 | 1011011 | 0 | 1001000 | 110111 | 10101 | 101011010 | 111010 | 110011 |
Color Harmonies of #CA385B
Complementary color
Monochromatic Colors of #CA385B
Black with #CA385B
Text Example
Text Example
White with #CA385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA385B; }
p { color: rgb(202,56,91); }
H1.HeaderClassName
{
color: #CA385B;
}
.AnyTagClassName
{
color: #CA385B;
}
</style>
background-color css
<style>
a { background-color: #CA385B; }
a { background-color: rgb(202,56,91); }
div.DivClassName
{
background-color: #CA385B;
}
.BgClassName
{
background-color: #CA385B;
}
</style>
border-color css
<style>
span { border-color: #CA385B; }
span { border-color: rgb(202,56,91); }
td.TdClassName
{
border-color: #CA385B;
}
.TagClassName
{
border-color: #CA385B;
}
</style>