Shades of Flame Pea #C35C41
Tints of Flame Pea #C35C41
RGB
CMYK
RGB Variations
Color information
#C35C41 (or 0xC35C41) is known color: Flame Pea. HEX triplet: C3, 5C and 41. RGB value is (195,92,65). Sum of RGB (Red+Green+Blue) = 195+92+65=352 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.40% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 65 (25.78% from 255 or 18.47% from 352); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C41 is #3CA3BE. Grayscale: #777777. Windows color (decimal): -3974079 or 4283587. OLE color: 4283587.
HSL color Cylindrical-coordinate representation of color #C35C41: hue angle of 12.46º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C35C41 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 65 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.24 |
| HSL | 12.46º | 0.52% | 0.51% | - |
| HSV(B) | 12.46º | 0.67% | 0.76% | - |
| XYZ | 27.29 | 19.64 | 7.35 | - |
| YUV | 119.72 | 97.12 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 65 | 0 | 0.53 | 0.67 | 0.24 | 12.46 | 0.52 | 0.51 |
| Hex | C3 | 5C | 41 | 0 | 35 | 43 | 18 | C | 34 | 33 |
| Octal | 303 | 134 | 101 | 0 | 65 | 103 | 30 | 14 | 64 | 63 |
| Binary | 11000011 | 1011100 | 1000001 | 0 | 110101 | 1000011 | 11000 | 1100 | 110100 | 110011 |
Color Harmonies of #C35C41
Complementary color
Monochromatic Colors of #C35C41
Black with #C35C41
Text Example
Text Example
White with #C35C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C41; }
p { color: rgb(195,92,65); }
H1.HeaderClassName
{
color: #C35C41;
}
.AnyTagClassName
{
color: #C35C41;
}
</style>
background-color css
<style>
a { background-color: #C35C41; }
a { background-color: rgb(195,92,65); }
div.DivClassName
{
background-color: #C35C41;
}
.BgClassName
{
background-color: #C35C41;
}
</style>
border-color css
<style>
span { border-color: #C35C41; }
span { border-color: rgb(195,92,65); }
td.TdClassName
{
border-color: #C35C41;
}
.TagClassName
{
border-color: #C35C41;
}
</style>