Shades of Blush #C33F64
Tints of Blush #C33F64
RGB
CMYK
RGB Variations
Color information
#C33F64 (or 0xC33F64) is known color: Blush. HEX triplet: C3, 3F and 64. RGB value is (195,63,100). Sum of RGB (Red+Green+Blue) = 195+63+100=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F64 is #3CC09B. Grayscale: #6A6A6A. Windows color (decimal): -3981468 or 6569923. OLE color: 6569923.
HSL color Cylindrical-coordinate representation of color #C33F64: hue angle of 343.18º 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 #C33F64 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 63 | 100 | - |
| CMYK | 0 | 0.68 | 0.49 | 0.24 |
| HSL | 343.18º | 0.52% | 0.51% | - |
| HSV(B) | 343.18º | 0.68% | 0.76% | - |
| XYZ | 26.58 | 16.08 | 13.76 | - |
| YUV | 106.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 100 | 0 | 0.68 | 0.49 | 0.24 | 343.18 | 0.52 | 0.51 |
| Hex | C3 | 3F | 64 | 0 | 44 | 31 | 18 | 157 | 34 | 33 |
| Octal | 303 | 77 | 144 | 0 | 104 | 61 | 30 | 527 | 64 | 63 |
| Binary | 11000011 | 111111 | 1100100 | 0 | 1000100 | 110001 | 11000 | 101010111 | 110100 | 110011 |
Color Harmonies of #C33F64
Complementary color
Monochromatic Colors of #C33F64
Black with #C33F64
Text Example
Text Example
White with #C33F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33F64; }
p { color: rgb(195,63,100); }
H1.HeaderClassName
{
color: #C33F64;
}
.AnyTagClassName
{
color: #C33F64;
}
</style>
background-color css
<style>
a { background-color: #C33F64; }
a { background-color: rgb(195,63,100); }
div.DivClassName
{
background-color: #C33F64;
}
.BgClassName
{
background-color: #C33F64;
}
</style>
border-color css
<style>
span { border-color: #C33F64; }
span { border-color: rgb(195,63,100); }
td.TdClassName
{
border-color: #C33F64;
}
.TagClassName
{
border-color: #C33F64;
}
</style>