Shades of Chocolate #C1621A
Tints of Chocolate #C1621A
RGB
CMYK
RGB Variations
Color information
#C1621A (or 0xC1621A) is known color: Chocolate. HEX triplet: C1, 62 and 1A. RGB value is (193,98,26). Sum of RGB (Red+Green+Blue) = 193+98+26=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 98 (38.67% from 255 or 30.91% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C1621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1621A is #3E9DE5. Grayscale: #767676. Windows color (decimal): -4103654 or 1729217. OLE color: 1729217.
HSL color Cylindrical-coordinate representation of color #C1621A: hue angle of 25.87º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C1621A is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 98 | 26 | - |
| CMYK | 0 | 0.49 | 0.87 | 0.24 |
| HSL | 25.87º | 0.76% | 0.43% | - |
| HSV(B) | 25.87º | 0.87% | 0.76% | - |
| XYZ | 26.55 | 20.15 | 3.47 | - |
| YUV | 118.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 98 | 26 | 0 | 0.49 | 0.87 | 0.24 | 25.87 | 0.76 | 0.43 |
| Hex | C1 | 62 | 1A | 0 | 31 | 57 | 18 | 1A | 4C | 2B |
| Octal | 301 | 142 | 32 | 0 | 61 | 127 | 30 | 32 | 114 | 53 |
| Binary | 11000001 | 1100010 | 11010 | 0 | 110001 | 1010111 | 11000 | 11010 | 1001100 | 101011 |
Color Harmonies of #C1621A
Complementary color
Monochromatic Colors of #C1621A
Black with #C1621A
Text Example
Text Example
White with #C1621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1621A; }
p { color: rgb(193,98,26); }
H1.HeaderClassName
{
color: #C1621A;
}
.AnyTagClassName
{
color: #C1621A;
}
</style>
background-color css
<style>
a { background-color: #C1621A; }
a { background-color: rgb(193,98,26); }
div.DivClassName
{
background-color: #C1621A;
}
.BgClassName
{
background-color: #C1621A;
}
</style>
border-color css
<style>
span { border-color: #C1621A; }
span { border-color: rgb(193,98,26); }
td.TdClassName
{
border-color: #C1621A;
}
.TagClassName
{
border-color: #C1621A;
}
</style>