Shades of Flame Pea #C35F4A
Tints of Flame Pea #C35F4A
RGB
CMYK
RGB Variations
Color information
#C35F4A (or 0xC35F4A) is known color: Flame Pea. HEX triplet: C3, 5F and 4A. RGB value is (195,95,74). Sum of RGB (Red+Green+Blue) = 195+95+74=364 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.57% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 74 (29.30% from 255 or 20.33% from 364); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35F4A is #3CA0B5. Grayscale: #7A7A7A. Windows color (decimal): -3973302 or 4874179. OLE color: 4874179.
HSL color Cylindrical-coordinate representation of color #C35F4A: hue angle of 10.41º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C35F4A is Cyan = 0, Magento = 0.51, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 74 | - |
| CMYK | 0 | 0.51 | 0.62 | 0.24 |
| HSL | 10.41º | 0.5% | 0.53% | - |
| HSV(B) | 10.41º | 0.62% | 0.76% | - |
| XYZ | 27.83 | 20.28 | 8.93 | - |
| YUV | 122.51 | 100.63 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 74 | 0 | 0.51 | 0.62 | 0.24 | 10.41 | 0.5 | 0.53 |
| Hex | C3 | 5F | 4A | 0 | 33 | 3E | 18 | A | 32 | 35 |
| Octal | 303 | 137 | 112 | 0 | 63 | 76 | 30 | 12 | 62 | 65 |
| Binary | 11000011 | 1011111 | 1001010 | 0 | 110011 | 111110 | 11000 | 1010 | 110010 | 110101 |
Color Harmonies of #C35F4A
Complementary color
Monochromatic Colors of #C35F4A
Black with #C35F4A
Text Example
Text Example
White with #C35F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35F4A; }
p { color: rgb(195,95,74); }
H1.HeaderClassName
{
color: #C35F4A;
}
.AnyTagClassName
{
color: #C35F4A;
}
</style>
background-color css
<style>
a { background-color: #C35F4A; }
a { background-color: rgb(195,95,74); }
div.DivClassName
{
background-color: #C35F4A;
}
.BgClassName
{
background-color: #C35F4A;
}
</style>
border-color css
<style>
span { border-color: #C35F4A; }
span { border-color: rgb(195,95,74); }
td.TdClassName
{
border-color: #C35F4A;
}
.TagClassName
{
border-color: #C35F4A;
}
</style>