Shades of Sunset #C2534F
Tints of Sunset #C2534F
RGB
CMYK
RGB Variations
Color information
#C2534F (or 0xC2534F) is known color: Sunset. HEX triplet: C2, 53 and 4F. RGB value is (194,83,79). Sum of RGB (Red+Green+Blue) = 194+83+79=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C2534F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2534F is #3DACB0. Grayscale: #737373. Windows color (decimal): -4041905 or 5198786. OLE color: 5198786.
HSL color Cylindrical-coordinate representation of color #C2534F: hue angle of 2.09º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2534F is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 79 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.24 |
| HSL | 2.09º | 0.49% | 0.54% | - |
| HSV(B) | 2.09º | 0.59% | 0.76% | - |
| XYZ | 26.75 | 18.22 | 9.5 | - |
| YUV | 115.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 79 | 0 | 0.57 | 0.59 | 0.24 | 2.09 | 0.49 | 0.54 |
| Hex | C2 | 53 | 4F | 0 | 39 | 3B | 18 | 2 | 31 | 36 |
| Octal | 302 | 123 | 117 | 0 | 71 | 73 | 30 | 2 | 61 | 66 |
| Binary | 11000010 | 1010011 | 1001111 | 0 | 111001 | 111011 | 11000 | 10 | 110001 | 110110 |
Color Harmonies of #C2534F
Complementary color
Monochromatic Colors of #C2534F
Black with #C2534F
Text Example
Text Example
White with #C2534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2534F; }
p { color: rgb(194,83,79); }
H1.HeaderClassName
{
color: #C2534F;
}
.AnyTagClassName
{
color: #C2534F;
}
</style>
background-color css
<style>
a { background-color: #C2534F; }
a { background-color: rgb(194,83,79); }
div.DivClassName
{
background-color: #C2534F;
}
.BgClassName
{
background-color: #C2534F;
}
</style>
border-color css
<style>
span { border-color: #C2534F; }
span { border-color: rgb(194,83,79); }
td.TdClassName
{
border-color: #C2534F;
}
.TagClassName
{
border-color: #C2534F;
}
</style>