Shades of Flame Pea #C0634F
Tints of Flame Pea #C0634F
RGB
CMYK
RGB Variations
Color information
#C0634F (or 0xC0634F) is known color: Flame Pea. HEX triplet: C0, 63 and 4F. RGB value is (192,99,79). Sum of RGB (Red+Green+Blue) = 192+99+79=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0634F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0634F is #3F9CB0. Grayscale: #7C7C7C. Windows color (decimal): -4168881 or 5202880. OLE color: 5202880.
HSL color Cylindrical-coordinate representation of color #C0634F: hue angle of 10.62º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0634F is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 99 | 79 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.25 |
| HSL | 10.62º | 0.47% | 0.53% | - |
| HSV(B) | 10.62º | 0.59% | 0.75% | - |
| XYZ | 27.61 | 20.69 | 9.94 | - |
| YUV | 124.53 | 102.31 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 99 | 79 | 0 | 0.48 | 0.59 | 0.25 | 10.62 | 0.47 | 0.53 |
| Hex | C0 | 63 | 4F | 0 | 30 | 3B | 19 | B | 2F | 35 |
| Octal | 300 | 143 | 117 | 0 | 60 | 73 | 31 | 13 | 57 | 65 |
| Binary | 11000000 | 1100011 | 1001111 | 0 | 110000 | 111011 | 11001 | 1011 | 101111 | 110101 |
Color Harmonies of #C0634F
Complementary color
Monochromatic Colors of #C0634F
Black with #C0634F
Text Example
Text Example
White with #C0634F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0634F; }
p { color: rgb(192,99,79); }
H1.HeaderClassName
{
color: #C0634F;
}
.AnyTagClassName
{
color: #C0634F;
}
</style>
background-color css
<style>
a { background-color: #C0634F; }
a { background-color: rgb(192,99,79); }
div.DivClassName
{
background-color: #C0634F;
}
.BgClassName
{
background-color: #C0634F;
}
</style>
border-color css
<style>
span { border-color: #C0634F; }
span { border-color: rgb(192,99,79); }
td.TdClassName
{
border-color: #C0634F;
}
.TagClassName
{
border-color: #C0634F;
}
</style>