Shades of Sunset #C34B47
Tints of Sunset #C34B47
RGB
CMYK
RGB Variations
Color information
#C34B47 (or 0xC34B47) is known color: Sunset. HEX triplet: C3, 4B and 47. RGB value is (195,75,71). Sum of RGB (Red+Green+Blue) = 195+75+71=341 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.18% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34B47 is #3CB4B8. Grayscale: #6E6E6E. Windows color (decimal): -3978425 or 4672451. OLE color: 4672451.
HSL color Cylindrical-coordinate representation of color #C34B47: hue angle of 1.94º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C34B47 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 71 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.24 |
| HSL | 1.94º | 0.51% | 0.52% | - |
| HSV(B) | 1.94º | 0.64% | 0.76% | - |
| XYZ | 26.16 | 17.09 | 7.88 | - |
| YUV | 110.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 71 | 0 | 0.62 | 0.64 | 0.24 | 1.94 | 0.51 | 0.52 |
| Hex | C3 | 4B | 47 | 0 | 3E | 40 | 18 | 2 | 33 | 34 |
| Octal | 303 | 113 | 107 | 0 | 76 | 100 | 30 | 2 | 63 | 64 |
| Binary | 11000011 | 1001011 | 1000111 | 0 | 111110 | 1000000 | 11000 | 10 | 110011 | 110100 |
Color Harmonies of #C34B47
Complementary color
Monochromatic Colors of #C34B47
Black with #C34B47
Text Example
Text Example
White with #C34B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B47; }
p { color: rgb(195,75,71); }
H1.HeaderClassName
{
color: #C34B47;
}
.AnyTagClassName
{
color: #C34B47;
}
</style>
background-color css
<style>
a { background-color: #C34B47; }
a { background-color: rgb(195,75,71); }
div.DivClassName
{
background-color: #C34B47;
}
.BgClassName
{
background-color: #C34B47;
}
</style>
border-color css
<style>
span { border-color: #C34B47; }
span { border-color: rgb(195,75,71); }
td.TdClassName
{
border-color: #C34B47;
}
.TagClassName
{
border-color: #C34B47;
}
</style>