Shades of Old Rose #CA345C
Tints of Old Rose #CA345C
RGB
CMYK
RGB Variations
Color information
#CA345C (or 0xCA345C) is known color: Old Rose. HEX triplet: CA, 34 and 5C. RGB value is (202,52,92). Sum of RGB (Red+Green+Blue) = 202+52+92=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA345C is #35CBA3. Grayscale: #656565. Windows color (decimal): -3525540 or 6042826. OLE color: 6042826.
HSL color Cylindrical-coordinate representation of color #CA345C: hue angle of 344º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CA345C is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 52 | 92 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.21 |
| HSL | 344º | 0.59% | 0.5% | - |
| HSV(B) | 344º | 0.74% | 0.79% | - |
| XYZ | 27.52 | 15.79 | 11.72 | - |
| YUV | 101.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 52 | 92 | 0 | 0.74 | 0.54 | 0.21 | 344 | 0.59 | 0.5 |
| Hex | CA | 34 | 5C | 0 | 4A | 36 | 15 | 158 | 3B | 32 |
| Octal | 312 | 64 | 134 | 0 | 112 | 66 | 25 | 530 | 73 | 62 |
| Binary | 11001010 | 110100 | 1011100 | 0 | 1001010 | 110110 | 10101 | 101011000 | 111011 | 110010 |
Color Harmonies of #CA345C
Complementary color
Monochromatic Colors of #CA345C
Black with #CA345C
Text Example
Text Example
White with #CA345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA345C; }
p { color: rgb(202,52,92); }
H1.HeaderClassName
{
color: #CA345C;
}
.AnyTagClassName
{
color: #CA345C;
}
</style>
background-color css
<style>
a { background-color: #CA345C; }
a { background-color: rgb(202,52,92); }
div.DivClassName
{
background-color: #CA345C;
}
.BgClassName
{
background-color: #CA345C;
}
</style>
border-color css
<style>
span { border-color: #CA345C; }
span { border-color: rgb(202,52,92); }
td.TdClassName
{
border-color: #CA345C;
}
.TagClassName
{
border-color: #CA345C;
}
</style>