Shades of Blush #C33F62
Tints of Blush #C33F62
RGB
CMYK
RGB Variations
Color information
#C33F62 (or 0xC33F62) is known color: Blush. HEX triplet: C3, 3F and 62. RGB value is (195,63,98). Sum of RGB (Red+Green+Blue) = 195+63+98=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F62 is #3CC09D. Grayscale: #6A6A6A. Windows color (decimal): -3981470 or 6438851. OLE color: 6438851.
HSL color Cylindrical-coordinate representation of color #C33F62: hue angle of 344.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F62 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 98 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.24 |
| HSL | 344.09º | 0.52% | 0.51% | - |
| HSV(B) | 344.09º | 0.68% | 0.76% | - |
| XYZ | 26.49 | 16.04 | 13.26 | - |
| YUV | 106.46 | 123.23 | 191.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 98 | 0 | 0.68 | 0.50 | 0.24 | 344.09 | 0.52 | 0.51 |
| Hex | C3 | 3F | 62 | 0 | 44 | 32 | 18 | 158 | 34 | 33 |
| Octal | 303 | 77 | 142 | 0 | 104 | 62 | 30 | 530 | 64 | 63 |
| Binary | 11000011 | 111111 | 1100010 | 0 | 1000100 | 110010 | 11000 | 101011000 | 110100 | 110011 |
Color Harmonies of #C33F62
Complementary color
Monochromatic Colors of #C33F62
Black with #C33F62
Text Example
Text Example
White with #C33F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F62; }
p { color: rgb(195,63,98); }
H1.HeaderClassName
{
color: #C33F62;
}
.AnyTagClassName
{
color: #C33F62;
}
</style>
background-color css
<style>
a { background-color: #C33F62; }
a { background-color: rgb(195,63,98); }
div.DivClassName
{
background-color: #C33F62;
}
.BgClassName
{
background-color: #C33F62;
}
</style>
border-color css
<style>
span { border-color: #C33F62; }
span { border-color: rgb(195,63,98); }
td.TdClassName
{
border-color: #C33F62;
}
.TagClassName
{
border-color: #C33F62;
}
</style>