Shades of Sunset #C3574B
Tints of Sunset #C3574B
RGB
CMYK
RGB Variations
Color information
#C3574B (or 0xC3574B) is known color: Sunset. HEX triplet: C3, 57 and 4B. RGB value is (195,87,75). Sum of RGB (Red+Green+Blue) = 195+87+75=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 75 (29.69% from 255 or 21.01% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3574B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3574B is #3CA8B4. Grayscale: #767676. Windows color (decimal): -3975349 or 4937667. OLE color: 4937667.
HSL color Cylindrical-coordinate representation of color #C3574B: hue angle of 6º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3574B is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 87 | 75 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.24 |
| HSL | 6º | 0.5% | 0.53% | - |
| HSV(B) | 6º | 0.62% | 0.76% | - |
| XYZ | 27.18 | 18.93 | 8.88 | - |
| YUV | 117.92 | 103.78 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 87 | 75 | 0 | 0.55 | 0.62 | 0.24 | 6 | 0.5 | 0.53 |
| Hex | C3 | 57 | 4B | 0 | 37 | 3E | 18 | 6 | 32 | 35 |
| Octal | 303 | 127 | 113 | 0 | 67 | 76 | 30 | 6 | 62 | 65 |
| Binary | 11000011 | 1010111 | 1001011 | 0 | 110111 | 111110 | 11000 | 110 | 110010 | 110101 |
Color Harmonies of #C3574B
Complementary color
Monochromatic Colors of #C3574B
Black with #C3574B
Text Example
Text Example
White with #C3574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3574B; }
p { color: rgb(195,87,75); }
H1.HeaderClassName
{
color: #C3574B;
}
.AnyTagClassName
{
color: #C3574B;
}
</style>
background-color css
<style>
a { background-color: #C3574B; }
a { background-color: rgb(195,87,75); }
div.DivClassName
{
background-color: #C3574B;
}
.BgClassName
{
background-color: #C3574B;
}
</style>
border-color css
<style>
span { border-color: #C3574B; }
span { border-color: rgb(195,87,75); }
td.TdClassName
{
border-color: #C3574B;
}
.TagClassName
{
border-color: #C3574B;
}
</style>