Shades of Chocolate #C2651A
Tints of Chocolate #C2651A
RGB
CMYK
RGB Variations
Color information
#C2651A (or 0xC2651A) is known color: Chocolate. HEX triplet: C2, 65 and 1A. RGB value is (194,101,26). Sum of RGB (Red+Green+Blue) = 194+101+26=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 26 (10.55% from 255 or 8.10% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2651A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2651A is #3D9AE5. Grayscale: #787878. Windows color (decimal): -4037350 or 1729986. OLE color: 1729986.
HSL color Cylindrical-coordinate representation of color #C2651A: hue angle of 26.79º 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 #C2651A is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 101 | 26 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.24 |
| HSL | 26.79º | 0.76% | 0.43% | - |
| HSV(B) | 26.79º | 0.87% | 0.76% | - |
| XYZ | 27.09 | 20.85 | 3.57 | - |
| YUV | 120.26 | 74.81 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 101 | 26 | 0 | 0.48 | 0.87 | 0.24 | 26.79 | 0.76 | 0.43 |
| Hex | C2 | 65 | 1A | 0 | 30 | 57 | 18 | 1B | 4C | 2B |
| Octal | 302 | 145 | 32 | 0 | 60 | 127 | 30 | 33 | 114 | 53 |
| Binary | 11000010 | 1100101 | 11010 | 0 | 110000 | 1010111 | 11000 | 11011 | 1001100 | 101011 |
Color Harmonies of #C2651A
Complementary color
Monochromatic Colors of #C2651A
Black with #C2651A
Text Example
Text Example
White with #C2651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2651A; }
p { color: rgb(194,101,26); }
H1.HeaderClassName
{
color: #C2651A;
}
.AnyTagClassName
{
color: #C2651A;
}
</style>
background-color css
<style>
a { background-color: #C2651A; }
a { background-color: rgb(194,101,26); }
div.DivClassName
{
background-color: #C2651A;
}
.BgClassName
{
background-color: #C2651A;
}
</style>
border-color css
<style>
span { border-color: #C2651A; }
span { border-color: rgb(194,101,26); }
td.TdClassName
{
border-color: #C2651A;
}
.TagClassName
{
border-color: #C2651A;
}
</style>