Shades of Chocolate #CF6D25
Tints of Chocolate #CF6D25
RGB
CMYK
RGB Variations
Color information
#CF6D25 (or 0xCF6D25) is known color: Chocolate. HEX triplet: CF, 6D and 25. RGB value is (207,109,37). Sum of RGB (Red+Green+Blue) = 207+109+37=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 37 (14.84% from 255 or 10.48% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6D25 is #3092DA. Grayscale: #828282. Windows color (decimal): -3183323 or 2452943. OLE color: 2452943.
HSL color Cylindrical-coordinate representation of color #CF6D25: hue angle of 25.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF6D25 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 37 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.19 |
| HSL | 25.41º | 0.7% | 0.48% | - |
| HSV(B) | 25.41º | 0.82% | 0.81% | - |
| XYZ | 31.53 | 24.34 | 4.79 | - |
| YUV | 130.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 37 | 0 | 0.47 | 0.82 | 0.19 | 25.41 | 0.7 | 0.48 |
| Hex | CF | 6D | 25 | 0 | 2F | 52 | 13 | 19 | 46 | 30 |
| Octal | 317 | 155 | 45 | 0 | 57 | 122 | 23 | 31 | 106 | 60 |
| Binary | 11001111 | 1101101 | 100101 | 0 | 101111 | 1010010 | 10011 | 11001 | 1000110 | 110000 |
Color Harmonies of #CF6D25
Complementary color
Monochromatic Colors of #CF6D25
Black with #CF6D25
Text Example
Text Example
White with #CF6D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D25; }
p { color: rgb(207,109,37); }
H1.HeaderClassName
{
color: #CF6D25;
}
.AnyTagClassName
{
color: #CF6D25;
}
</style>
background-color css
<style>
a { background-color: #CF6D25; }
a { background-color: rgb(207,109,37); }
div.DivClassName
{
background-color: #CF6D25;
}
.BgClassName
{
background-color: #CF6D25;
}
</style>
border-color css
<style>
span { border-color: #CF6D25; }
span { border-color: rgb(207,109,37); }
td.TdClassName
{
border-color: #CF6D25;
}
.TagClassName
{
border-color: #CF6D25;
}
</style>