Shades of Blush #C04365
Tints of Blush #C04365
RGB
CMYK
RGB Variations
Color information
#C04365 (or 0xC04365) is known color: Blush. HEX triplet: C0, 43 and 65. RGB value is (192,67,101). Sum of RGB (Red+Green+Blue) = 192+67+101=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 67 (26.56% from 255 or 18.61% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C04365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04365 is #3FBC9A. Grayscale: #6C6C6C. Windows color (decimal): -4177051 or 6636480. OLE color: 6636480.
HSL color Cylindrical-coordinate representation of color #C04365: hue angle of 343.68º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04365 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 67 | 101 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.25 |
| HSL | 343.68º | 0.5% | 0.51% | - |
| HSV(B) | 343.68º | 0.65% | 0.75% | - |
| XYZ | 26.09 | 16.16 | 14.06 | - |
| YUV | 108.25 | 123.91 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 67 | 101 | 0 | 0.65 | 0.47 | 0.25 | 343.68 | 0.5 | 0.51 |
| Hex | C0 | 43 | 65 | 0 | 41 | 2F | 19 | 158 | 32 | 33 |
| Octal | 300 | 103 | 145 | 0 | 101 | 57 | 31 | 530 | 62 | 63 |
| Binary | 11000000 | 1000011 | 1100101 | 0 | 1000001 | 101111 | 11001 | 101011000 | 110010 | 110011 |
Color Harmonies of #C04365
Complementary color
Monochromatic Colors of #C04365
Black with #C04365
Text Example
Text Example
White with #C04365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04365; }
p { color: rgb(192,67,101); }
H1.HeaderClassName
{
color: #C04365;
}
.AnyTagClassName
{
color: #C04365;
}
</style>
background-color css
<style>
a { background-color: #C04365; }
a { background-color: rgb(192,67,101); }
div.DivClassName
{
background-color: #C04365;
}
.BgClassName
{
background-color: #C04365;
}
</style>
border-color css
<style>
span { border-color: #C04365; }
span { border-color: rgb(192,67,101); }
td.TdClassName
{
border-color: #C04365;
}
.TagClassName
{
border-color: #C04365;
}
</style>