Shades of Flame Pea #C3654B
Tints of Flame Pea #C3654B
RGB
CMYK
RGB Variations
Color information
#C3654B (or 0xC3654B) is known color: Flame Pea. HEX triplet: C3, 65 and 4B. RGB value is (195,101,75). Sum of RGB (Red+Green+Blue) = 195+101+75=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3654B is #3C9AB4. Grayscale: #7E7E7E. Windows color (decimal): -3971765 or 4941251. OLE color: 4941251.
HSL color Cylindrical-coordinate representation of color #C3654B: hue angle of 13º 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 #C3654B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 75 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.24 |
| HSL | 13º | 0.5% | 0.53% | - |
| HSV(B) | 13º | 0.62% | 0.76% | - |
| XYZ | 28.43 | 21.42 | 9.29 | - |
| YUV | 126.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 75 | 0 | 0.48 | 0.62 | 0.24 | 13 | 0.5 | 0.53 |
| Hex | C3 | 65 | 4B | 0 | 30 | 3E | 18 | D | 32 | 35 |
| Octal | 303 | 145 | 113 | 0 | 60 | 76 | 30 | 15 | 62 | 65 |
| Binary | 11000011 | 1100101 | 1001011 | 0 | 110000 | 111110 | 11000 | 1101 | 110010 | 110101 |
Color Harmonies of #C3654B
Complementary color
Monochromatic Colors of #C3654B
Black with #C3654B
Text Example
Text Example
White with #C3654B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3654B; }
p { color: rgb(195,101,75); }
H1.HeaderClassName
{
color: #C3654B;
}
.AnyTagClassName
{
color: #C3654B;
}
</style>
background-color css
<style>
a { background-color: #C3654B; }
a { background-color: rgb(195,101,75); }
div.DivClassName
{
background-color: #C3654B;
}
.BgClassName
{
background-color: #C3654B;
}
</style>
border-color css
<style>
span { border-color: #C3654B; }
span { border-color: rgb(195,101,75); }
td.TdClassName
{
border-color: #C3654B;
}
.TagClassName
{
border-color: #C3654B;
}
</style>