Shades of Flame Pea #C3664D
Tints of Flame Pea #C3664D
RGB
CMYK
RGB Variations
Color information
#C3664D (or 0xC3664D) is known color: Flame Pea. HEX triplet: C3, 66 and 4D. RGB value is (195,102,77). Sum of RGB (Red+Green+Blue) = 195+102+77=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C3664D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3664D is #3C99B2. Grayscale: #7F7F7F. Windows color (decimal): -3971507 or 5072579. OLE color: 5072579.
HSL color Cylindrical-coordinate representation of color #C3664D: hue angle of 12.71º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3664D is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 77 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.24 |
| HSL | 12.71º | 0.5% | 0.53% | - |
| HSV(B) | 12.71º | 0.61% | 0.76% | - |
| XYZ | 28.6 | 21.64 | 9.69 | - |
| YUV | 126.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 77 | 0 | 0.48 | 0.61 | 0.24 | 12.71 | 0.5 | 0.53 |
| Hex | C3 | 66 | 4D | 0 | 30 | 3D | 18 | D | 32 | 35 |
| Octal | 303 | 146 | 115 | 0 | 60 | 75 | 30 | 15 | 62 | 65 |
| Binary | 11000011 | 1100110 | 1001101 | 0 | 110000 | 111101 | 11000 | 1101 | 110010 | 110101 |
Color Harmonies of #C3664D
Complementary color
Monochromatic Colors of #C3664D
Black with #C3664D
Text Example
Text Example
White with #C3664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3664D; }
p { color: rgb(195,102,77); }
H1.HeaderClassName
{
color: #C3664D;
}
.AnyTagClassName
{
color: #C3664D;
}
</style>
background-color css
<style>
a { background-color: #C3664D; }
a { background-color: rgb(195,102,77); }
div.DivClassName
{
background-color: #C3664D;
}
.BgClassName
{
background-color: #C3664D;
}
</style>
border-color css
<style>
span { border-color: #C3664D; }
span { border-color: rgb(195,102,77); }
td.TdClassName
{
border-color: #C3664D;
}
.TagClassName
{
border-color: #C3664D;
}
</style>