Shades of Sunset #C34A43
Tints of Sunset #C34A43
RGB
CMYK
RGB Variations
Color information
#C34A43 (or 0xC34A43) is known color: Sunset. HEX triplet: C3, 4A and 43. RGB value is (195,74,67). Sum of RGB (Red+Green+Blue) = 195+74+67=336 (44% of max value = 765). Red value is 195 (76.56% from 255 or 58.04% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A43 is #3CB5BC. Grayscale: #6D6D6D. Windows color (decimal): -3978685 or 4410051. OLE color: 4410051.
HSL color Cylindrical-coordinate representation of color #C34A43: hue angle of 3.28º 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 #C34A43 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 67 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.24 |
| HSL | 3.28º | 0.52% | 0.51% | - |
| HSV(B) | 3.28º | 0.66% | 0.76% | - |
| XYZ | 25.97 | 16.9 | 7.2 | - |
| YUV | 109.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 67 | 0 | 0.62 | 0.66 | 0.24 | 3.28 | 0.52 | 0.51 |
| Hex | C3 | 4A | 43 | 0 | 3E | 42 | 18 | 3 | 34 | 33 |
| Octal | 303 | 112 | 103 | 0 | 76 | 102 | 30 | 3 | 64 | 63 |
| Binary | 11000011 | 1001010 | 1000011 | 0 | 111110 | 1000010 | 11000 | 11 | 110100 | 110011 |
Color Harmonies of #C34A43
Complementary color
Monochromatic Colors of #C34A43
Black with #C34A43
Text Example
Text Example
White with #C34A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A43; }
p { color: rgb(195,74,67); }
H1.HeaderClassName
{
color: #C34A43;
}
.AnyTagClassName
{
color: #C34A43;
}
</style>
background-color css
<style>
a { background-color: #C34A43; }
a { background-color: rgb(195,74,67); }
div.DivClassName
{
background-color: #C34A43;
}
.BgClassName
{
background-color: #C34A43;
}
</style>
border-color css
<style>
span { border-color: #C34A43; }
span { border-color: rgb(195,74,67); }
td.TdClassName
{
border-color: #C34A43;
}
.TagClassName
{
border-color: #C34A43;
}
</style>