Shades of Sunset #C84B45
Tints of Sunset #C84B45
RGB
CMYK
RGB Variations
Color information
#C84B45 (or 0xC84B45) is known color: Sunset. HEX triplet: C8, 4B and 45. RGB value is (200,75,69). Sum of RGB (Red+Green+Blue) = 200+75+69=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B45 is #37B4BA. Grayscale: #6F6F6F. Windows color (decimal): -3650747 or 4541384. OLE color: 4541384.
HSL color Cylindrical-coordinate representation of color #C84B45: hue angle of 2.75º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84B45 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 69 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.22 |
| HSL | 2.75º | 0.54% | 0.53% | - |
| HSV(B) | 2.75º | 0.66% | 0.78% | - |
| XYZ | 27.41 | 17.74 | 7.61 | - |
| YUV | 111.69 | 103.91 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 69 | 0 | 0.62 | 0.66 | 0.22 | 2.75 | 0.54 | 0.53 |
| Hex | C8 | 4B | 45 | 0 | 3E | 42 | 16 | 3 | 36 | 35 |
| Octal | 310 | 113 | 105 | 0 | 76 | 102 | 26 | 3 | 66 | 65 |
| Binary | 11001000 | 1001011 | 1000101 | 0 | 111110 | 1000010 | 10110 | 11 | 110110 | 110101 |
Color Harmonies of #C84B45
Complementary color
Monochromatic Colors of #C84B45
Black with #C84B45
Text Example
Text Example
White with #C84B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B45; }
p { color: rgb(200,75,69); }
H1.HeaderClassName
{
color: #C84B45;
}
.AnyTagClassName
{
color: #C84B45;
}
</style>
background-color css
<style>
a { background-color: #C84B45; }
a { background-color: rgb(200,75,69); }
div.DivClassName
{
background-color: #C84B45;
}
.BgClassName
{
background-color: #C84B45;
}
</style>
border-color css
<style>
span { border-color: #C84B45; }
span { border-color: rgb(200,75,69); }
td.TdClassName
{
border-color: #C84B45;
}
.TagClassName
{
border-color: #C84B45;
}
</style>