Shades of Sunset #C3534C
Tints of Sunset #C3534C
RGB
CMYK
RGB Variations
Color information
#C3534C (or 0xC3534C) is known color: Sunset. HEX triplet: C3, 53 and 4C. RGB value is (195,83,76). Sum of RGB (Red+Green+Blue) = 195+83+76=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3534C is #3CACB3. Grayscale: #737373. Windows color (decimal): -3976372 or 5002179. OLE color: 5002179.
HSL color Cylindrical-coordinate representation of color #C3534C: hue angle of 3.53º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3534C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 76 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.24 |
| HSL | 3.53º | 0.5% | 0.53% | - |
| HSV(B) | 3.53º | 0.61% | 0.76% | - |
| XYZ | 26.9 | 18.31 | 8.95 | - |
| YUV | 115.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 76 | 0 | 0.57 | 0.61 | 0.24 | 3.53 | 0.5 | 0.53 |
| Hex | C3 | 53 | 4C | 0 | 39 | 3D | 18 | 4 | 32 | 35 |
| Octal | 303 | 123 | 114 | 0 | 71 | 75 | 30 | 4 | 62 | 65 |
| Binary | 11000011 | 1010011 | 1001100 | 0 | 111001 | 111101 | 11000 | 100 | 110010 | 110101 |
Color Harmonies of #C3534C
Complementary color
Monochromatic Colors of #C3534C
Black with #C3534C
Text Example
Text Example
White with #C3534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3534C; }
p { color: rgb(195,83,76); }
H1.HeaderClassName
{
color: #C3534C;
}
.AnyTagClassName
{
color: #C3534C;
}
</style>
background-color css
<style>
a { background-color: #C3534C; }
a { background-color: rgb(195,83,76); }
div.DivClassName
{
background-color: #C3534C;
}
.BgClassName
{
background-color: #C3534C;
}
</style>
border-color css
<style>
span { border-color: #C3534C; }
span { border-color: rgb(195,83,76); }
td.TdClassName
{
border-color: #C3534C;
}
.TagClassName
{
border-color: #C3534C;
}
</style>