Shades of Sunset #C84342
Tints of Sunset #C84342
RGB
CMYK
RGB Variations
Color information
#C84342 (or 0xC84342) is known color: Sunset. HEX triplet: C8, 43 and 42. RGB value is (200,67,66). Sum of RGB (Red+Green+Blue) = 200+67+66=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C84342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84342 is #37BCBD. Grayscale: #6A6A6A. Windows color (decimal): -3652798 or 4342728. OLE color: 4342728.
HSL color Cylindrical-coordinate representation of color #C84342: hue angle of 0.45º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C84342 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 66 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.22 |
| HSL | 0.45º | 0.55% | 0.52% | - |
| HSV(B) | 0.45º | 0.67% | 0.78% | - |
| XYZ | 26.81 | 16.69 | 6.96 | - |
| YUV | 106.65 | 105.06 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 66 | 0 | 0.66 | 0.67 | 0.22 | 0.45 | 0.55 | 0.52 |
| Hex | C8 | 43 | 42 | 0 | 42 | 43 | 16 | 0 | 37 | 34 |
| Octal | 310 | 103 | 102 | 0 | 102 | 103 | 26 | 0 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1000010 | 0 | 1000010 | 1000011 | 10110 | 0 | 110111 | 110100 |
Color Harmonies of #C84342
Complementary color
Monochromatic Colors of #C84342
Black with #C84342
Text Example
Text Example
White with #C84342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84342; }
p { color: rgb(200,67,66); }
H1.HeaderClassName
{
color: #C84342;
}
.AnyTagClassName
{
color: #C84342;
}
</style>
background-color css
<style>
a { background-color: #C84342; }
a { background-color: rgb(200,67,66); }
div.DivClassName
{
background-color: #C84342;
}
.BgClassName
{
background-color: #C84342;
}
</style>
border-color css
<style>
span { border-color: #C84342; }
span { border-color: rgb(200,67,66); }
td.TdClassName
{
border-color: #C84342;
}
.TagClassName
{
border-color: #C84342;
}
</style>