Shades of Sunset #C95348
Tints of Sunset #C95348
RGB
CMYK
RGB Variations
Color information
#C95348 (or 0xC95348) is known color: Sunset. HEX triplet: C9, 53 and 48. RGB value is (201,83,72). Sum of RGB (Red+Green+Blue) = 201+83+72=356 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.46% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 201 - color contains mainly: red. Hex color #C95348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95348 is #36ACB7. Grayscale: #757575. Windows color (decimal): -3583160 or 4740041. OLE color: 4740041.
HSL color Cylindrical-coordinate representation of color #C95348: hue angle of 5.12º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C95348 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 83 | 72 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.21 |
| HSL | 5.12º | 0.54% | 0.54% | - |
| HSV(B) | 5.12º | 0.64% | 0.79% | - |
| XYZ | 28.35 | 19.07 | 8.32 | - |
| YUV | 117.03 | 102.59 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 83 | 72 | 0 | 0.59 | 0.64 | 0.21 | 5.12 | 0.54 | 0.54 |
| Hex | C9 | 53 | 48 | 0 | 3B | 40 | 15 | 5 | 36 | 36 |
| Octal | 311 | 123 | 110 | 0 | 73 | 100 | 25 | 5 | 66 | 66 |
| Binary | 11001001 | 1010011 | 1001000 | 0 | 111011 | 1000000 | 10101 | 101 | 110110 | 110110 |
Color Harmonies of #C95348
Complementary color
Monochromatic Colors of #C95348
Black with #C95348
Text Example
Text Example
White with #C95348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95348; }
p { color: rgb(201,83,72); }
H1.HeaderClassName
{
color: #C95348;
}
.AnyTagClassName
{
color: #C95348;
}
</style>
background-color css
<style>
a { background-color: #C95348; }
a { background-color: rgb(201,83,72); }
div.DivClassName
{
background-color: #C95348;
}
.BgClassName
{
background-color: #C95348;
}
</style>
border-color css
<style>
span { border-color: #C95348; }
span { border-color: rgb(201,83,72); }
td.TdClassName
{
border-color: #C95348;
}
.TagClassName
{
border-color: #C95348;
}
</style>