Shades of Chocolate #CF671A
Tints of Chocolate #CF671A
RGB
CMYK
RGB Variations
Color information
#CF671A (or 0xCF671A) is known color: Chocolate. HEX triplet: CF, 67 and 1A. RGB value is (207,103,26). Sum of RGB (Red+Green+Blue) = 207+103+26=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 26 (10.55% from 255 or 7.74% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF671A is #3098E5. Grayscale: #7D7D7D. Windows color (decimal): -3184870 or 1730511. OLE color: 1730511.
HSL color Cylindrical-coordinate representation of color #CF671A: hue angle of 25.52º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF671A is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 26 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.19 |
| HSL | 25.52º | 0.78% | 0.46% | - |
| HSV(B) | 25.52º | 0.87% | 0.81% | - |
| XYZ | 30.77 | 23.04 | 3.8 | - |
| YUV | 125.32 | 71.96 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 26 | 0 | 0.50 | 0.87 | 0.19 | 25.52 | 0.78 | 0.46 |
| Hex | CF | 67 | 1A | 0 | 32 | 57 | 13 | 1A | 4E | 2E |
| Octal | 317 | 147 | 32 | 0 | 62 | 127 | 23 | 32 | 116 | 56 |
| Binary | 11001111 | 1100111 | 11010 | 0 | 110010 | 1010111 | 10011 | 11010 | 1001110 | 101110 |
Color Harmonies of #CF671A
Complementary color
Monochromatic Colors of #CF671A
Black with #CF671A
Text Example
Text Example
White with #CF671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF671A; }
p { color: rgb(207,103,26); }
H1.HeaderClassName
{
color: #CF671A;
}
.AnyTagClassName
{
color: #CF671A;
}
</style>
background-color css
<style>
a { background-color: #CF671A; }
a { background-color: rgb(207,103,26); }
div.DivClassName
{
background-color: #CF671A;
}
.BgClassName
{
background-color: #CF671A;
}
</style>
border-color css
<style>
span { border-color: #CF671A; }
span { border-color: rgb(207,103,26); }
td.TdClassName
{
border-color: #CF671A;
}
.TagClassName
{
border-color: #CF671A;
}
</style>