Shades of Sunset #C84B48
Tints of Sunset #C84B48
RGB
CMYK
RGB Variations
Color information
#C84B48 (or 0xC84B48) is known color: Sunset. HEX triplet: C8, 4B and 48. RGB value is (200,75,72). Sum of RGB (Red+Green+Blue) = 200+75+72=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84B48 is #37B4B7. Grayscale: #707070. Windows color (decimal): -3650744 or 4737992. OLE color: 4737992.
HSL color Cylindrical-coordinate representation of color #C84B48: hue angle of 1.41º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C84B48 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 75 | 72 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.22 |
| HSL | 1.41º | 0.54% | 0.53% | - |
| HSV(B) | 1.41º | 0.64% | 0.78% | - |
| XYZ | 27.51 | 17.78 | 8.11 | - |
| YUV | 112.03 | 105.41 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 75 | 72 | 0 | 0.62 | 0.64 | 0.22 | 1.41 | 0.54 | 0.53 |
| Hex | C8 | 4B | 48 | 0 | 3E | 40 | 16 | 1 | 36 | 35 |
| Octal | 310 | 113 | 110 | 0 | 76 | 100 | 26 | 1 | 66 | 65 |
| Binary | 11001000 | 1001011 | 1001000 | 0 | 111110 | 1000000 | 10110 | 1 | 110110 | 110101 |
Color Harmonies of #C84B48
Complementary color
Monochromatic Colors of #C84B48
Black with #C84B48
Text Example
Text Example
White with #C84B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84B48; }
p { color: rgb(200,75,72); }
H1.HeaderClassName
{
color: #C84B48;
}
.AnyTagClassName
{
color: #C84B48;
}
</style>
background-color css
<style>
a { background-color: #C84B48; }
a { background-color: rgb(200,75,72); }
div.DivClassName
{
background-color: #C84B48;
}
.BgClassName
{
background-color: #C84B48;
}
</style>
border-color css
<style>
span { border-color: #C84B48; }
span { border-color: rgb(200,75,72); }
td.TdClassName
{
border-color: #C84B48;
}
.TagClassName
{
border-color: #C84B48;
}
</style>