Shades of Chocolate #CF671E
Tints of Chocolate #CF671E
RGB
CMYK
RGB Variations
Color information
#CF671E (or 0xCF671E) is known color: Chocolate. HEX triplet: CF, 67 and 1E. RGB value is (207,103,30). Sum of RGB (Red+Green+Blue) = 207+103+30=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF671E is #3098E1. Grayscale: #7E7E7E. Windows color (decimal): -3184866 or 1992655. OLE color: 1992655.
HSL color Cylindrical-coordinate representation of color #CF671E: hue angle of 24.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF671E is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 30 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.19 |
| HSL | 24.75º | 0.75% | 0.46% | - |
| HSV(B) | 24.75º | 0.86% | 0.81% | - |
| XYZ | 30.82 | 23.06 | 4.06 | - |
| YUV | 125.77 | 73.96 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 30 | 0 | 0.50 | 0.86 | 0.19 | 24.75 | 0.75 | 0.46 |
| Hex | CF | 67 | 1E | 0 | 32 | 56 | 13 | 19 | 4B | 2E |
| Octal | 317 | 147 | 36 | 0 | 62 | 126 | 23 | 31 | 113 | 56 |
| Binary | 11001111 | 1100111 | 11110 | 0 | 110010 | 1010110 | 10011 | 11001 | 1001011 | 101110 |
Color Harmonies of #CF671E
Complementary color
Monochromatic Colors of #CF671E
Black with #CF671E
Text Example
Text Example
White with #CF671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF671E; }
p { color: rgb(207,103,30); }
H1.HeaderClassName
{
color: #CF671E;
}
.AnyTagClassName
{
color: #CF671E;
}
</style>
background-color css
<style>
a { background-color: #CF671E; }
a { background-color: rgb(207,103,30); }
div.DivClassName
{
background-color: #CF671E;
}
.BgClassName
{
background-color: #CF671E;
}
</style>
border-color css
<style>
span { border-color: #CF671E; }
span { border-color: rgb(207,103,30); }
td.TdClassName
{
border-color: #CF671E;
}
.TagClassName
{
border-color: #CF671E;
}
</style>