Shades of Flame Pea #C3654A
Tints of Flame Pea #C3654A
RGB
CMYK
RGB Variations
Color information
#C3654A (or 0xC3654A) is known color: Flame Pea. HEX triplet: C3, 65 and 4A. RGB value is (195,101,74). Sum of RGB (Red+Green+Blue) = 195+101+74=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3654A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3654A is #3C9AB5. Grayscale: #7E7E7E. Windows color (decimal): -3971766 or 4875715. OLE color: 4875715.
HSL color Cylindrical-coordinate representation of color #C3654A: hue angle of 13.39º 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 #C3654A is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 74 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.24 |
| HSL | 13.39º | 0.5% | 0.53% | - |
| HSV(B) | 13.39º | 0.62% | 0.76% | - |
| XYZ | 28.4 | 21.4 | 9.11 | - |
| YUV | 126.03 | 98.64 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 74 | 0 | 0.48 | 0.62 | 0.24 | 13.39 | 0.5 | 0.53 |
| Hex | C3 | 65 | 4A | 0 | 30 | 3E | 18 | D | 32 | 35 |
| Octal | 303 | 145 | 112 | 0 | 60 | 76 | 30 | 15 | 62 | 65 |
| Binary | 11000011 | 1100101 | 1001010 | 0 | 110000 | 111110 | 11000 | 1101 | 110010 | 110101 |
Color Harmonies of #C3654A
Complementary color
Monochromatic Colors of #C3654A
Black with #C3654A
Text Example
Text Example
White with #C3654A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3654A; }
p { color: rgb(195,101,74); }
H1.HeaderClassName
{
color: #C3654A;
}
.AnyTagClassName
{
color: #C3654A;
}
</style>
background-color css
<style>
a { background-color: #C3654A; }
a { background-color: rgb(195,101,74); }
div.DivClassName
{
background-color: #C3654A;
}
.BgClassName
{
background-color: #C3654A;
}
</style>
border-color css
<style>
span { border-color: #C3654A; }
span { border-color: rgb(195,101,74); }
td.TdClassName
{
border-color: #C3654A;
}
.TagClassName
{
border-color: #C3654A;
}
</style>