Shades of Sunset #C84340
Tints of Sunset #C84340
RGB
CMYK
RGB Variations
Color information
#C84340 (or 0xC84340) is known color: Sunset. HEX triplet: C8, 43 and 40. RGB value is (200,67,64). Sum of RGB (Red+Green+Blue) = 200+67+64=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C84340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84340 is #37BCBF. Grayscale: #6A6A6A. Windows color (decimal): -3652800 or 4211656. OLE color: 4211656.
HSL color Cylindrical-coordinate representation of color #C84340: hue angle of 1.32º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84340 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 67 | 64 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.22 |
| HSL | 1.32º | 0.55% | 0.52% | - |
| HSV(B) | 1.32º | 0.68% | 0.78% | - |
| XYZ | 26.75 | 16.66 | 6.66 | - |
| YUV | 106.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 67 | 64 | 0 | 0.66 | 0.68 | 0.22 | 1.32 | 0.55 | 0.52 |
| Hex | C8 | 43 | 40 | 0 | 42 | 44 | 16 | 1 | 37 | 34 |
| Octal | 310 | 103 | 100 | 0 | 102 | 104 | 26 | 1 | 67 | 64 |
| Binary | 11001000 | 1000011 | 1000000 | 0 | 1000010 | 1000100 | 10110 | 1 | 110111 | 110100 |
Color Harmonies of #C84340
Complementary color
Monochromatic Colors of #C84340
Black with #C84340
Text Example
Text Example
White with #C84340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84340; }
p { color: rgb(200,67,64); }
H1.HeaderClassName
{
color: #C84340;
}
.AnyTagClassName
{
color: #C84340;
}
</style>
background-color css
<style>
a { background-color: #C84340; }
a { background-color: rgb(200,67,64); }
div.DivClassName
{
background-color: #C84340;
}
.BgClassName
{
background-color: #C84340;
}
</style>
border-color css
<style>
span { border-color: #C84340; }
span { border-color: rgb(200,67,64); }
td.TdClassName
{
border-color: #C84340;
}
.TagClassName
{
border-color: #C84340;
}
</style>