Shades of Sunset #C34742
Tints of Sunset #C34742
RGB
CMYK
RGB Variations
Color information
#C34742 (or 0xC34742) is known color: Sunset. HEX triplet: C3, 47 and 42. RGB value is (195,71,66). Sum of RGB (Red+Green+Blue) = 195+71+66=332 (43% of max value = 765). Red value is 195 (76.56% from 255 or 58.73% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 195 - color contains mainly: red. Hex color #C34742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34742 is #3CB8BD. Grayscale: #6B6B6B. Windows color (decimal): -3979454 or 4343747. OLE color: 4343747.
HSL color Cylindrical-coordinate representation of color #C34742: hue angle of 2.33º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34742 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 66 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.24 |
| HSL | 2.33º | 0.52% | 0.51% | - |
| HSV(B) | 2.33º | 0.66% | 0.76% | - |
| XYZ | 25.74 | 16.5 | 6.98 | - |
| YUV | 107.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 66 | 0 | 0.64 | 0.66 | 0.24 | 2.33 | 0.52 | 0.51 |
| Hex | C3 | 47 | 42 | 0 | 40 | 42 | 18 | 2 | 34 | 33 |
| Octal | 303 | 107 | 102 | 0 | 100 | 102 | 30 | 2 | 64 | 63 |
| Binary | 11000011 | 1000111 | 1000010 | 0 | 1000000 | 1000010 | 11000 | 10 | 110100 | 110011 |
Color Harmonies of #C34742
Complementary color
Monochromatic Colors of #C34742
Black with #C34742
Text Example
Text Example
White with #C34742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34742; }
p { color: rgb(195,71,66); }
H1.HeaderClassName
{
color: #C34742;
}
.AnyTagClassName
{
color: #C34742;
}
</style>
background-color css
<style>
a { background-color: #C34742; }
a { background-color: rgb(195,71,66); }
div.DivClassName
{
background-color: #C34742;
}
.BgClassName
{
background-color: #C34742;
}
</style>
border-color css
<style>
span { border-color: #C34742; }
span { border-color: rgb(195,71,66); }
td.TdClassName
{
border-color: #C34742;
}
.TagClassName
{
border-color: #C34742;
}
</style>