Shades of Flame Pea #C35C49
Tints of Flame Pea #C35C49
RGB
CMYK
RGB Variations
Color information
#C35C49 (or 0xC35C49) is known color: Flame Pea. HEX triplet: C3, 5C and 49. RGB value is (195,92,73). Sum of RGB (Red+Green+Blue) = 195+92+73=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C49 is #3CA3B6. Grayscale: #787878. Windows color (decimal): -3974071 or 4807875. OLE color: 4807875.
HSL color Cylindrical-coordinate representation of color #C35C49: hue angle of 9.34º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C35C49 is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 73 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.24 |
| HSL | 9.34º | 0.5% | 0.53% | - |
| HSV(B) | 9.34º | 0.63% | 0.76% | - |
| XYZ | 27.54 | 19.74 | 8.66 | - |
| YUV | 120.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 73 | 0 | 0.53 | 0.63 | 0.24 | 9.34 | 0.5 | 0.53 |
| Hex | C3 | 5C | 49 | 0 | 35 | 3F | 18 | 9 | 32 | 35 |
| Octal | 303 | 134 | 111 | 0 | 65 | 77 | 30 | 11 | 62 | 65 |
| Binary | 11000011 | 1011100 | 1001001 | 0 | 110101 | 111111 | 11000 | 1001 | 110010 | 110101 |
Color Harmonies of #C35C49
Complementary color
Monochromatic Colors of #C35C49
Black with #C35C49
Text Example
Text Example
White with #C35C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C49; }
p { color: rgb(195,92,73); }
H1.HeaderClassName
{
color: #C35C49;
}
.AnyTagClassName
{
color: #C35C49;
}
</style>
background-color css
<style>
a { background-color: #C35C49; }
a { background-color: rgb(195,92,73); }
div.DivClassName
{
background-color: #C35C49;
}
.BgClassName
{
background-color: #C35C49;
}
</style>
border-color css
<style>
span { border-color: #C35C49; }
span { border-color: rgb(195,92,73); }
td.TdClassName
{
border-color: #C35C49;
}
.TagClassName
{
border-color: #C35C49;
}
</style>