Shades of Flame Pea #C65E4B
Tints of Flame Pea #C65E4B
RGB
CMYK
RGB Variations
Color information
#C65E4B (or 0xC65E4B) is known color: Flame Pea. HEX triplet: C6, 5E and 4B. RGB value is (198,94,75). Sum of RGB (Red+Green+Blue) = 198+94+75=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C65E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65E4B is #39A1B4. Grayscale: #7B7B7B. Windows color (decimal): -3776949 or 4939462. OLE color: 4939462.
HSL color Cylindrical-coordinate representation of color #C65E4B: hue angle of 9.27º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C65E4B is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 94 | 75 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.22 |
| HSL | 9.27º | 0.52% | 0.54% | - |
| HSV(B) | 9.27º | 0.62% | 0.78% | - |
| XYZ | 28.56 | 20.52 | 9.11 | - |
| YUV | 122.93 | 100.96 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 94 | 75 | 0 | 0.53 | 0.62 | 0.22 | 9.27 | 0.52 | 0.54 |
| Hex | C6 | 5E | 4B | 0 | 35 | 3E | 16 | 9 | 34 | 36 |
| Octal | 306 | 136 | 113 | 0 | 65 | 76 | 26 | 11 | 64 | 66 |
| Binary | 11000110 | 1011110 | 1001011 | 0 | 110101 | 111110 | 10110 | 1001 | 110100 | 110110 |
Color Harmonies of #C65E4B
Complementary color
Monochromatic Colors of #C65E4B
Black with #C65E4B
Text Example
Text Example
White with #C65E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65E4B; }
p { color: rgb(198,94,75); }
H1.HeaderClassName
{
color: #C65E4B;
}
.AnyTagClassName
{
color: #C65E4B;
}
</style>
background-color css
<style>
a { background-color: #C65E4B; }
a { background-color: rgb(198,94,75); }
div.DivClassName
{
background-color: #C65E4B;
}
.BgClassName
{
background-color: #C65E4B;
}
</style>
border-color css
<style>
span { border-color: #C65E4B; }
span { border-color: rgb(198,94,75); }
td.TdClassName
{
border-color: #C65E4B;
}
.TagClassName
{
border-color: #C65E4B;
}
</style>