Shades of Blush #C2435F
Tints of Blush #C2435F
RGB
CMYK
RGB Variations
Color information
#C2435F (or 0xC2435F) is known color: Blush. HEX triplet: C2, 43 and 5F. RGB value is (194,67,95). Sum of RGB (Red+Green+Blue) = 194+67+95=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2435F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2435F is #3DBCA0. Grayscale: #6C6C6C. Windows color (decimal): -4045985 or 6243266. OLE color: 6243266.
HSL color Cylindrical-coordinate representation of color #C2435F: hue angle of 346.77º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2435F is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 95 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.24 |
| HSL | 346.77º | 0.51% | 0.51% | - |
| HSV(B) | 346.77º | 0.65% | 0.76% | - |
| XYZ | 26.32 | 16.31 | 12.59 | - |
| YUV | 108.17 | 120.58 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 95 | 0 | 0.65 | 0.51 | 0.24 | 346.77 | 0.51 | 0.51 |
| Hex | C2 | 43 | 5F | 0 | 41 | 33 | 18 | 15B | 33 | 33 |
| Octal | 302 | 103 | 137 | 0 | 101 | 63 | 30 | 533 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1011111 | 0 | 1000001 | 110011 | 11000 | 101011011 | 110011 | 110011 |
Color Harmonies of #C2435F
Complementary color
Monochromatic Colors of #C2435F
Black with #C2435F
Text Example
Text Example
White with #C2435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2435F; }
p { color: rgb(194,67,95); }
H1.HeaderClassName
{
color: #C2435F;
}
.AnyTagClassName
{
color: #C2435F;
}
</style>
background-color css
<style>
a { background-color: #C2435F; }
a { background-color: rgb(194,67,95); }
div.DivClassName
{
background-color: #C2435F;
}
.BgClassName
{
background-color: #C2435F;
}
</style>
border-color css
<style>
span { border-color: #C2435F; }
span { border-color: rgb(194,67,95); }
td.TdClassName
{
border-color: #C2435F;
}
.TagClassName
{
border-color: #C2435F;
}
</style>