Shades of Old Rose #C3404B
Tints of Old Rose #C3404B
RGB
CMYK
RGB Variations
Color information
#C3404B (or 0xC3404B) is known color: Old Rose. HEX triplet: C3, 40 and 4B. RGB value is (195,64,75). Sum of RGB (Red+Green+Blue) = 195+64+75=334 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.38% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 195 - color contains mainly: red. Hex color #C3404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3404B is #3CBFB4. Grayscale: #686868. Windows color (decimal): -3981237 or 4931779. OLE color: 4931779.
HSL color Cylindrical-coordinate representation of color #C3404B: hue angle of 354.96º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3404B is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 64 | 75 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.24 |
| HSL | 354.96º | 0.52% | 0.51% | - |
| HSV(B) | 354.96º | 0.67% | 0.76% | - |
| XYZ | 25.61 | 15.78 | 8.35 | - |
| YUV | 104.42 | 111.4 | 192.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 64 | 75 | 0 | 0.67 | 0.62 | 0.24 | 354.96 | 0.52 | 0.51 |
| Hex | C3 | 40 | 4B | 0 | 43 | 3E | 18 | 163 | 34 | 33 |
| Octal | 303 | 100 | 113 | 0 | 103 | 76 | 30 | 543 | 64 | 63 |
| Binary | 11000011 | 1000000 | 1001011 | 0 | 1000011 | 111110 | 11000 | 101100011 | 110100 | 110011 |
Color Harmonies of #C3404B
Complementary color
Monochromatic Colors of #C3404B
Black with #C3404B
Text Example
Text Example
White with #C3404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3404B; }
p { color: rgb(195,64,75); }
H1.HeaderClassName
{
color: #C3404B;
}
.AnyTagClassName
{
color: #C3404B;
}
</style>
background-color css
<style>
a { background-color: #C3404B; }
a { background-color: rgb(195,64,75); }
div.DivClassName
{
background-color: #C3404B;
}
.BgClassName
{
background-color: #C3404B;
}
</style>
border-color css
<style>
span { border-color: #C3404B; }
span { border-color: rgb(195,64,75); }
td.TdClassName
{
border-color: #C3404B;
}
.TagClassName
{
border-color: #C3404B;
}
</style>