Shades of Chocolate #CF6127
Tints of Chocolate #CF6127
RGB
CMYK
RGB Variations
Color information
#CF6127 (or 0xCF6127) is known color: Chocolate. HEX triplet: CF, 61 and 27. RGB value is (207,97,39). Sum of RGB (Red+Green+Blue) = 207+97+39=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6127 is #309ED8. Grayscale: #7B7B7B. Windows color (decimal): -3186393 or 2580943. OLE color: 2580943.
HSL color Cylindrical-coordinate representation of color #CF6127: hue angle of 20.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF6127 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 39 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.19 |
| HSL | 20.71º | 0.68% | 0.48% | - |
| HSV(B) | 20.71º | 0.81% | 0.81% | - |
| XYZ | 30.37 | 21.96 | 4.56 | - |
| YUV | 123.28 | 80.44 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 39 | 0 | 0.53 | 0.81 | 0.19 | 20.71 | 0.68 | 0.48 |
| Hex | CF | 61 | 27 | 0 | 35 | 51 | 13 | 15 | 44 | 30 |
| Octal | 317 | 141 | 47 | 0 | 65 | 121 | 23 | 25 | 104 | 60 |
| Binary | 11001111 | 1100001 | 100111 | 0 | 110101 | 1010001 | 10011 | 10101 | 1000100 | 110000 |
Color Harmonies of #CF6127
Complementary color
Monochromatic Colors of #CF6127
Black with #CF6127
Text Example
Text Example
White with #CF6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6127; }
p { color: rgb(207,97,39); }
H1.HeaderClassName
{
color: #CF6127;
}
.AnyTagClassName
{
color: #CF6127;
}
</style>
background-color css
<style>
a { background-color: #CF6127; }
a { background-color: rgb(207,97,39); }
div.DivClassName
{
background-color: #CF6127;
}
.BgClassName
{
background-color: #CF6127;
}
</style>
border-color css
<style>
span { border-color: #CF6127; }
span { border-color: rgb(207,97,39); }
td.TdClassName
{
border-color: #CF6127;
}
.TagClassName
{
border-color: #CF6127;
}
</style>