Shades of Flame Pea #C65F4C
Tints of Flame Pea #C65F4C
RGB
CMYK
RGB Variations
Color information
#C65F4C (or 0xC65F4C) is known color: Flame Pea. HEX triplet: C6, 5F and 4C. RGB value is (198,95,76). Sum of RGB (Red+Green+Blue) = 198+95+76=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C65F4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65F4C is #39A0B3. Grayscale: #7B7B7B. Windows color (decimal): -3776692 or 5005254. OLE color: 5005254.
HSL color Cylindrical-coordinate representation of color #C65F4C: hue angle of 9.34º 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 #C65F4C is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 95 | 76 | - |
| CMYK | 0 | 0.52 | 0.62 | 0.22 |
| HSL | 9.34º | 0.52% | 0.54% | - |
| HSV(B) | 9.34º | 0.62% | 0.78% | - |
| XYZ | 28.69 | 20.71 | 9.32 | - |
| YUV | 123.63 | 101.12 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 95 | 76 | 0 | 0.52 | 0.62 | 0.22 | 9.34 | 0.52 | 0.54 |
| Hex | C6 | 5F | 4C | 0 | 34 | 3E | 16 | 9 | 34 | 36 |
| Octal | 306 | 137 | 114 | 0 | 64 | 76 | 26 | 11 | 64 | 66 |
| Binary | 11000110 | 1011111 | 1001100 | 0 | 110100 | 111110 | 10110 | 1001 | 110100 | 110110 |
Color Harmonies of #C65F4C
Complementary color
Monochromatic Colors of #C65F4C
Black with #C65F4C
Text Example
Text Example
White with #C65F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65F4C; }
p { color: rgb(198,95,76); }
H1.HeaderClassName
{
color: #C65F4C;
}
.AnyTagClassName
{
color: #C65F4C;
}
</style>
background-color css
<style>
a { background-color: #C65F4C; }
a { background-color: rgb(198,95,76); }
div.DivClassName
{
background-color: #C65F4C;
}
.BgClassName
{
background-color: #C65F4C;
}
</style>
border-color css
<style>
span { border-color: #C65F4C; }
span { border-color: rgb(198,95,76); }
td.TdClassName
{
border-color: #C65F4C;
}
.TagClassName
{
border-color: #C65F4C;
}
</style>