Shades of Flame Pea #C35A41
Tints of Flame Pea #C35A41
RGB
CMYK
RGB Variations
Color information
#C35A41 (or 0xC35A41) is known color: Flame Pea. HEX triplet: C3, 5A and 41. RGB value is (195,90,65). Sum of RGB (Red+Green+Blue) = 195+90+65=350 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A41 is #3CA5BE. Grayscale: #767676. Windows color (decimal): -3974591 or 4283075. OLE color: 4283075.
HSL color Cylindrical-coordinate representation of color #C35A41: hue angle of 11.54º 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 #C35A41 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 65 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.24 |
| HSL | 11.54º | 0.52% | 0.51% | - |
| HSV(B) | 11.54º | 0.67% | 0.76% | - |
| XYZ | 27.12 | 19.3 | 7.3 | - |
| YUV | 118.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 65 | 0 | 0.54 | 0.67 | 0.24 | 11.54 | 0.52 | 0.51 |
| Hex | C3 | 5A | 41 | 0 | 36 | 43 | 18 | C | 34 | 33 |
| Octal | 303 | 132 | 101 | 0 | 66 | 103 | 30 | 14 | 64 | 63 |
| Binary | 11000011 | 1011010 | 1000001 | 0 | 110110 | 1000011 | 11000 | 1100 | 110100 | 110011 |
Color Harmonies of #C35A41
Complementary color
Monochromatic Colors of #C35A41
Black with #C35A41
Text Example
Text Example
White with #C35A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A41; }
p { color: rgb(195,90,65); }
H1.HeaderClassName
{
color: #C35A41;
}
.AnyTagClassName
{
color: #C35A41;
}
</style>
background-color css
<style>
a { background-color: #C35A41; }
a { background-color: rgb(195,90,65); }
div.DivClassName
{
background-color: #C35A41;
}
.BgClassName
{
background-color: #C35A41;
}
</style>
border-color css
<style>
span { border-color: #C35A41; }
span { border-color: rgb(195,90,65); }
td.TdClassName
{
border-color: #C35A41;
}
.TagClassName
{
border-color: #C35A41;
}
</style>