Shades of Flame Pea #C3584A
Tints of Flame Pea #C3584A
RGB
CMYK
RGB Variations
Color information
#C3584A (or 0xC3584A) is known color: Flame Pea. HEX triplet: C3, 58 and 4A. RGB value is (195,88,74). Sum of RGB (Red+Green+Blue) = 195+88+74=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3584A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3584A is #3CA7B5. Grayscale: #767676. Windows color (decimal): -3975094 or 4872387. OLE color: 4872387.
HSL color Cylindrical-coordinate representation of color #C3584A: hue angle of 6.94º 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 #C3584A is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 88 | 74 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.24 |
| HSL | 6.94º | 0.5% | 0.53% | - |
| HSV(B) | 6.94º | 0.62% | 0.76% | - |
| XYZ | 27.23 | 19.08 | 8.73 | - |
| YUV | 118.4 | 102.95 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 88 | 74 | 0 | 0.55 | 0.62 | 0.24 | 6.94 | 0.5 | 0.53 |
| Hex | C3 | 58 | 4A | 0 | 37 | 3E | 18 | 7 | 32 | 35 |
| Octal | 303 | 130 | 112 | 0 | 67 | 76 | 30 | 7 | 62 | 65 |
| Binary | 11000011 | 1011000 | 1001010 | 0 | 110111 | 111110 | 11000 | 111 | 110010 | 110101 |
Color Harmonies of #C3584A
Complementary color
Monochromatic Colors of #C3584A
Black with #C3584A
Text Example
Text Example
White with #C3584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3584A; }
p { color: rgb(195,88,74); }
H1.HeaderClassName
{
color: #C3584A;
}
.AnyTagClassName
{
color: #C3584A;
}
</style>
background-color css
<style>
a { background-color: #C3584A; }
a { background-color: rgb(195,88,74); }
div.DivClassName
{
background-color: #C3584A;
}
.BgClassName
{
background-color: #C3584A;
}
</style>
border-color css
<style>
span { border-color: #C3584A; }
span { border-color: rgb(195,88,74); }
td.TdClassName
{
border-color: #C3584A;
}
.TagClassName
{
border-color: #C3584A;
}
</style>