Shades of Chocolate #C25E14
Tints of Chocolate #C25E14
RGB
CMYK
RGB Variations
Color information
#C25E14 (or 0xC25E14) is known color: Chocolate. HEX triplet: C2, 5E and 14. RGB value is (194,94,20). Sum of RGB (Red+Green+Blue) = 194+94+20=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E14 is #3DA1EB. Grayscale: #737373. Windows color (decimal): -4039148 or 1334978. OLE color: 1334978.
HSL color Cylindrical-coordinate representation of color #C25E14: hue angle of 25.52º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25E14 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 94 | 20 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.24 |
| HSL | 25.52º | 0.81% | 0.42% | - |
| HSV(B) | 25.52º | 0.9% | 0.76% | - |
| XYZ | 26.38 | 19.53 | 3.04 | - |
| YUV | 115.46 | 74.13 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 94 | 20 | 0 | 0.52 | 0.90 | 0.24 | 25.52 | 0.81 | 0.42 |
| Hex | C2 | 5E | 14 | 0 | 34 | 5A | 18 | 1A | 51 | 2A |
| Octal | 302 | 136 | 24 | 0 | 64 | 132 | 30 | 32 | 121 | 52 |
| Binary | 11000010 | 1011110 | 10100 | 0 | 110100 | 1011010 | 11000 | 11010 | 1010001 | 101010 |
Color Harmonies of #C25E14
Complementary color
Monochromatic Colors of #C25E14
Black with #C25E14
Text Example
Text Example
White with #C25E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25E14; }
p { color: rgb(194,94,20); }
H1.HeaderClassName
{
color: #C25E14;
}
.AnyTagClassName
{
color: #C25E14;
}
</style>
background-color css
<style>
a { background-color: #C25E14; }
a { background-color: rgb(194,94,20); }
div.DivClassName
{
background-color: #C25E14;
}
.BgClassName
{
background-color: #C25E14;
}
</style>
border-color css
<style>
span { border-color: #C25E14; }
span { border-color: rgb(194,94,20); }
td.TdClassName
{
border-color: #C25E14;
}
.TagClassName
{
border-color: #C25E14;
}
</style>