Shades of Sunset #C34A44
Tints of Sunset #C34A44
RGB
CMYK
RGB Variations
Color information
#C34A44 (or 0xC34A44) is known color: Sunset. HEX triplet: C3, 4A and 44. RGB value is (195,74,68). Sum of RGB (Red+Green+Blue) = 195+74+68=337 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.86% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34A44 is #3CB5BB. Grayscale: #6D6D6D. Windows color (decimal): -3978684 or 4475587. OLE color: 4475587.
HSL color Cylindrical-coordinate representation of color #C34A44: hue angle of 2.83º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34A44 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 68 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.24 |
| HSL | 2.83º | 0.51% | 0.52% | - |
| HSV(B) | 2.83º | 0.65% | 0.76% | - |
| XYZ | 26 | 16.92 | 7.36 | - |
| YUV | 109.5 | 104.59 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 68 | 0 | 0.62 | 0.65 | 0.24 | 2.83 | 0.51 | 0.52 |
| Hex | C3 | 4A | 44 | 0 | 3E | 41 | 18 | 3 | 33 | 34 |
| Octal | 303 | 112 | 104 | 0 | 76 | 101 | 30 | 3 | 63 | 64 |
| Binary | 11000011 | 1001010 | 1000100 | 0 | 111110 | 1000001 | 11000 | 11 | 110011 | 110100 |
Color Harmonies of #C34A44
Complementary color
Monochromatic Colors of #C34A44
Black with #C34A44
Text Example
Text Example
White with #C34A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A44; }
p { color: rgb(195,74,68); }
H1.HeaderClassName
{
color: #C34A44;
}
.AnyTagClassName
{
color: #C34A44;
}
</style>
background-color css
<style>
a { background-color: #C34A44; }
a { background-color: rgb(195,74,68); }
div.DivClassName
{
background-color: #C34A44;
}
.BgClassName
{
background-color: #C34A44;
}
</style>
border-color css
<style>
span { border-color: #C34A44; }
span { border-color: rgb(195,74,68); }
td.TdClassName
{
border-color: #C34A44;
}
.TagClassName
{
border-color: #C34A44;
}
</style>