Shades of Chocolate #C7671A
Tints of Chocolate #C7671A
RGB
CMYK
RGB Variations
Color information
#C7671A (or 0xC7671A) is known color: Chocolate. HEX triplet: C7, 67 and 1A. RGB value is (199,103,26). Sum of RGB (Red+Green+Blue) = 199+103+26=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7671A is #3898E5. Grayscale: #7B7B7B. Windows color (decimal): -3709158 or 1730503. OLE color: 1730503.
HSL color Cylindrical-coordinate representation of color #C7671A: hue angle of 26.71º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C7671A is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 103 | 26 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.22 |
| HSL | 26.71º | 0.77% | 0.44% | - |
| HSV(B) | 26.71º | 0.87% | 0.78% | - |
| XYZ | 28.59 | 21.92 | 3.7 | - |
| YUV | 122.93 | 73.3 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 103 | 26 | 0 | 0.48 | 0.87 | 0.22 | 26.71 | 0.77 | 0.44 |
| Hex | C7 | 67 | 1A | 0 | 30 | 57 | 16 | 1B | 4D | 2C |
| Octal | 307 | 147 | 32 | 0 | 60 | 127 | 26 | 33 | 115 | 54 |
| Binary | 11000111 | 1100111 | 11010 | 0 | 110000 | 1010111 | 10110 | 11011 | 1001101 | 101100 |
Color Harmonies of #C7671A
Complementary color
Monochromatic Colors of #C7671A
Black with #C7671A
Text Example
Text Example
White with #C7671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7671A; }
p { color: rgb(199,103,26); }
H1.HeaderClassName
{
color: #C7671A;
}
.AnyTagClassName
{
color: #C7671A;
}
</style>
background-color css
<style>
a { background-color: #C7671A; }
a { background-color: rgb(199,103,26); }
div.DivClassName
{
background-color: #C7671A;
}
.BgClassName
{
background-color: #C7671A;
}
</style>
border-color css
<style>
span { border-color: #C7671A; }
span { border-color: rgb(199,103,26); }
td.TdClassName
{
border-color: #C7671A;
}
.TagClassName
{
border-color: #C7671A;
}
</style>