Shades of Chocolate #CF671C
Tints of Chocolate #CF671C
RGB
CMYK
RGB Variations
Color information
#CF671C (or 0xCF671C) is known color: Chocolate. HEX triplet: CF, 67 and 1C. RGB value is (207,103,28). Sum of RGB (Red+Green+Blue) = 207+103+28=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF671C is #3098E3. Grayscale: #7D7D7D. Windows color (decimal): -3184868 or 1861583. OLE color: 1861583.
HSL color Cylindrical-coordinate representation of color #CF671C: hue angle of 25.14º degrees, saturation: 0.76, 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 #CF671C is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 28 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.19 |
| HSL | 25.14º | 0.76% | 0.46% | - |
| HSV(B) | 25.14º | 0.86% | 0.81% | - |
| XYZ | 30.79 | 23.05 | 3.92 | - |
| YUV | 125.55 | 72.96 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 28 | 0 | 0.50 | 0.86 | 0.19 | 25.14 | 0.76 | 0.46 |
| Hex | CF | 67 | 1C | 0 | 32 | 56 | 13 | 19 | 4C | 2E |
| Octal | 317 | 147 | 34 | 0 | 62 | 126 | 23 | 31 | 114 | 56 |
| Binary | 11001111 | 1100111 | 11100 | 0 | 110010 | 1010110 | 10011 | 11001 | 1001100 | 101110 |
Color Harmonies of #CF671C
Complementary color
Monochromatic Colors of #CF671C
Black with #CF671C
Text Example
Text Example
White with #CF671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF671C; }
p { color: rgb(207,103,28); }
H1.HeaderClassName
{
color: #CF671C;
}
.AnyTagClassName
{
color: #CF671C;
}
</style>
background-color css
<style>
a { background-color: #CF671C; }
a { background-color: rgb(207,103,28); }
div.DivClassName
{
background-color: #CF671C;
}
.BgClassName
{
background-color: #CF671C;
}
</style>
border-color css
<style>
span { border-color: #CF671C; }
span { border-color: rgb(207,103,28); }
td.TdClassName
{
border-color: #CF671C;
}
.TagClassName
{
border-color: #CF671C;
}
</style>