Shades of Old Rose #CA305C
Tints of Old Rose #CA305C
RGB
CMYK
RGB Variations
Color information
#CA305C (or 0xCA305C) is known color: Old Rose. HEX triplet: CA, 30 and 5C. RGB value is (202,48,92). Sum of RGB (Red+Green+Blue) = 202+48+92=342 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.06% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 202 - color contains mainly: red. Hex color #CA305C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA305C is #35CFA3. Grayscale: #636363. Windows color (decimal): -3526564 or 6041802. OLE color: 6041802.
HSL color Cylindrical-coordinate representation of color #CA305C: hue angle of 342.86º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA305C is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 48 | 92 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.21 |
| HSL | 342.86º | 0.62% | 0.49% | - |
| HSV(B) | 342.86º | 0.76% | 0.79% | - |
| XYZ | 27.35 | 15.44 | 11.66 | - |
| YUV | 99.06 | 124.02 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 48 | 92 | 0 | 0.76 | 0.54 | 0.21 | 342.86 | 0.62 | 0.49 |
| Hex | CA | 30 | 5C | 0 | 4C | 36 | 15 | 157 | 3E | 31 |
| Octal | 312 | 60 | 134 | 0 | 114 | 66 | 25 | 527 | 76 | 61 |
| Binary | 11001010 | 110000 | 1011100 | 0 | 1001100 | 110110 | 10101 | 101010111 | 111110 | 110001 |
Color Harmonies of #CA305C
Complementary color
Monochromatic Colors of #CA305C
Black with #CA305C
Text Example
Text Example
White with #CA305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA305C; }
p { color: rgb(202,48,92); }
H1.HeaderClassName
{
color: #CA305C;
}
.AnyTagClassName
{
color: #CA305C;
}
</style>
background-color css
<style>
a { background-color: #CA305C; }
a { background-color: rgb(202,48,92); }
div.DivClassName
{
background-color: #CA305C;
}
.BgClassName
{
background-color: #CA305C;
}
</style>
border-color css
<style>
span { border-color: #CA305C; }
span { border-color: rgb(202,48,92); }
td.TdClassName
{
border-color: #CA305C;
}
.TagClassName
{
border-color: #CA305C;
}
</style>