Shades of Sunset #C25348
Tints of Sunset #C25348
RGB
CMYK
RGB Variations
Color information
#C25348 (or 0xC25348) is known color: Sunset. HEX triplet: C2, 53 and 48. RGB value is (194,83,72). Sum of RGB (Red+Green+Blue) = 194+83+72=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C25348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25348 is #3DACB7. Grayscale: #737373. Windows color (decimal): -4041912 or 4740034. OLE color: 4740034.
HSL color Cylindrical-coordinate representation of color #C25348: hue angle of 5.41º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C25348 is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 72 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.24 |
| HSL | 5.41º | 0.5% | 0.52% | - |
| HSV(B) | 5.41º | 0.63% | 0.76% | - |
| XYZ | 26.51 | 18.12 | 8.23 | - |
| YUV | 114.94 | 103.77 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 72 | 0 | 0.57 | 0.63 | 0.24 | 5.41 | 0.5 | 0.52 |
| Hex | C2 | 53 | 48 | 0 | 39 | 3F | 18 | 5 | 32 | 34 |
| Octal | 302 | 123 | 110 | 0 | 71 | 77 | 30 | 5 | 62 | 64 |
| Binary | 11000010 | 1010011 | 1001000 | 0 | 111001 | 111111 | 11000 | 101 | 110010 | 110100 |
Color Harmonies of #C25348
Complementary color
Monochromatic Colors of #C25348
Black with #C25348
Text Example
Text Example
White with #C25348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25348; }
p { color: rgb(194,83,72); }
H1.HeaderClassName
{
color: #C25348;
}
.AnyTagClassName
{
color: #C25348;
}
</style>
background-color css
<style>
a { background-color: #C25348; }
a { background-color: rgb(194,83,72); }
div.DivClassName
{
background-color: #C25348;
}
.BgClassName
{
background-color: #C25348;
}
</style>
border-color css
<style>
span { border-color: #C25348; }
span { border-color: rgb(194,83,72); }
td.TdClassName
{
border-color: #C25348;
}
.TagClassName
{
border-color: #C25348;
}
</style>