Shades of Flame Pea #C35A4A
Tints of Flame Pea #C35A4A
RGB
CMYK
RGB Variations
Color information
#C35A4A (or 0xC35A4A) is known color: Flame Pea. HEX triplet: C3, 5A and 4A. RGB value is (195,90,74). Sum of RGB (Red+Green+Blue) = 195+90+74=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A4A is #3CA5B5. Grayscale: #777777. Windows color (decimal): -3974582 or 4872899. OLE color: 4872899.
HSL color Cylindrical-coordinate representation of color #C35A4A: hue angle of 7.93º 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 #C35A4A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 74 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.24 |
| HSL | 7.93º | 0.5% | 0.53% | - |
| HSV(B) | 7.93º | 0.62% | 0.76% | - |
| XYZ | 27.4 | 19.41 | 8.78 | - |
| YUV | 119.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 74 | 0 | 0.54 | 0.62 | 0.24 | 7.93 | 0.5 | 0.53 |
| Hex | C3 | 5A | 4A | 0 | 36 | 3E | 18 | 8 | 32 | 35 |
| Octal | 303 | 132 | 112 | 0 | 66 | 76 | 30 | 10 | 62 | 65 |
| Binary | 11000011 | 1011010 | 1001010 | 0 | 110110 | 111110 | 11000 | 1000 | 110010 | 110101 |
Color Harmonies of #C35A4A
Complementary color
Monochromatic Colors of #C35A4A
Black with #C35A4A
Text Example
Text Example
White with #C35A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A4A; }
p { color: rgb(195,90,74); }
H1.HeaderClassName
{
color: #C35A4A;
}
.AnyTagClassName
{
color: #C35A4A;
}
</style>
background-color css
<style>
a { background-color: #C35A4A; }
a { background-color: rgb(195,90,74); }
div.DivClassName
{
background-color: #C35A4A;
}
.BgClassName
{
background-color: #C35A4A;
}
</style>
border-color css
<style>
span { border-color: #C35A4A; }
span { border-color: rgb(195,90,74); }
td.TdClassName
{
border-color: #C35A4A;
}
.TagClassName
{
border-color: #C35A4A;
}
</style>