Shades of Flame Pea #C0674D
Tints of Flame Pea #C0674D
RGB
CMYK
RGB Variations
Color information
#C0674D (or 0xC0674D) is known color: Flame Pea. HEX triplet: C0, 67 and 4D. RGB value is (192,103,77). Sum of RGB (Red+Green+Blue) = 192+103+77=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0674D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0674D is #3F98B2. Grayscale: #7E7E7E. Windows color (decimal): -4167859 or 5072832. OLE color: 5072832.
HSL color Cylindrical-coordinate representation of color #C0674D: hue angle of 13.57º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0674D is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 103 | 77 | - |
| CMYK | 0 | 0.46 | 0.60 | 0.25 |
| HSL | 13.57º | 0.48% | 0.53% | - |
| HSV(B) | 13.57º | 0.6% | 0.75% | - |
| XYZ | 27.93 | 21.44 | 9.69 | - |
| YUV | 126.65 | 99.99 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 77 | 0 | 0.46 | 0.60 | 0.25 | 13.57 | 0.48 | 0.53 |
| Hex | C0 | 67 | 4D | 0 | 2E | 3C | 19 | E | 30 | 35 |
| Octal | 300 | 147 | 115 | 0 | 56 | 74 | 31 | 16 | 60 | 65 |
| Binary | 11000000 | 1100111 | 1001101 | 0 | 101110 | 111100 | 11001 | 1110 | 110000 | 110101 |
Color Harmonies of #C0674D
Complementary color
Monochromatic Colors of #C0674D
Black with #C0674D
Text Example
Text Example
White with #C0674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0674D; }
p { color: rgb(192,103,77); }
H1.HeaderClassName
{
color: #C0674D;
}
.AnyTagClassName
{
color: #C0674D;
}
</style>
background-color css
<style>
a { background-color: #C0674D; }
a { background-color: rgb(192,103,77); }
div.DivClassName
{
background-color: #C0674D;
}
.BgClassName
{
background-color: #C0674D;
}
</style>
border-color css
<style>
span { border-color: #C0674D; }
span { border-color: rgb(192,103,77); }
td.TdClassName
{
border-color: #C0674D;
}
.TagClassName
{
border-color: #C0674D;
}
</style>