Shades of Blush #C3445E
Tints of Blush #C3445E
RGB
CMYK
RGB Variations
Color information
#C3445E (or 0xC3445E) is known color: Blush. HEX triplet: C3, 44 and 5E. RGB value is (195,68,94). Sum of RGB (Red+Green+Blue) = 195+68+94=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3445E is #3CBBA1. Grayscale: #6C6C6C. Windows color (decimal): -3980194 or 6177987. OLE color: 6177987.
HSL color Cylindrical-coordinate representation of color #C3445E: hue angle of 347.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3445E is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 94 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.24 |
| HSL | 347.72º | 0.51% | 0.52% | - |
| HSV(B) | 347.72º | 0.65% | 0.76% | - |
| XYZ | 26.59 | 16.54 | 12.38 | - |
| YUV | 108.94 | 119.58 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 94 | 0 | 0.65 | 0.52 | 0.24 | 347.72 | 0.51 | 0.52 |
| Hex | C3 | 44 | 5E | 0 | 41 | 34 | 18 | 15C | 33 | 34 |
| Octal | 303 | 104 | 136 | 0 | 101 | 64 | 30 | 534 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1011110 | 0 | 1000001 | 110100 | 11000 | 101011100 | 110011 | 110100 |
Color Harmonies of #C3445E
Complementary color
Monochromatic Colors of #C3445E
Black with #C3445E
Text Example
Text Example
White with #C3445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3445E; }
p { color: rgb(195,68,94); }
H1.HeaderClassName
{
color: #C3445E;
}
.AnyTagClassName
{
color: #C3445E;
}
</style>
background-color css
<style>
a { background-color: #C3445E; }
a { background-color: rgb(195,68,94); }
div.DivClassName
{
background-color: #C3445E;
}
.BgClassName
{
background-color: #C3445E;
}
</style>
border-color css
<style>
span { border-color: #C3445E; }
span { border-color: rgb(195,68,94); }
td.TdClassName
{
border-color: #C3445E;
}
.TagClassName
{
border-color: #C3445E;
}
</style>