Shades of Chocolate #CF651B
Tints of Chocolate #CF651B
RGB
CMYK
RGB Variations
Color information
#CF651B (or 0xCF651B) is known color: Chocolate. HEX triplet: CF, 65 and 1B. RGB value is (207,101,27). Sum of RGB (Red+Green+Blue) = 207+101+27=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF651B is #309AE4. Grayscale: #7C7C7C. Windows color (decimal): -3185381 or 1795535. OLE color: 1795535.
HSL color Cylindrical-coordinate representation of color #CF651B: hue angle of 24.67º degrees, saturation: 0.77, 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 #CF651B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 27 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.19 |
| HSL | 24.67º | 0.77% | 0.46% | - |
| HSV(B) | 24.67º | 0.87% | 0.81% | - |
| XYZ | 30.58 | 22.65 | 3.8 | - |
| YUV | 124.26 | 73.12 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 27 | 0 | 0.51 | 0.87 | 0.19 | 24.67 | 0.77 | 0.46 |
| Hex | CF | 65 | 1B | 0 | 33 | 57 | 13 | 19 | 4D | 2E |
| Octal | 317 | 145 | 33 | 0 | 63 | 127 | 23 | 31 | 115 | 56 |
| Binary | 11001111 | 1100101 | 11011 | 0 | 110011 | 1010111 | 10011 | 11001 | 1001101 | 101110 |
Color Harmonies of #CF651B
Complementary color
Monochromatic Colors of #CF651B
Black with #CF651B
Text Example
Text Example
White with #CF651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF651B; }
p { color: rgb(207,101,27); }
H1.HeaderClassName
{
color: #CF651B;
}
.AnyTagClassName
{
color: #CF651B;
}
</style>
background-color css
<style>
a { background-color: #CF651B; }
a { background-color: rgb(207,101,27); }
div.DivClassName
{
background-color: #CF651B;
}
.BgClassName
{
background-color: #CF651B;
}
</style>
border-color css
<style>
span { border-color: #CF651B; }
span { border-color: rgb(207,101,27); }
td.TdClassName
{
border-color: #CF651B;
}
.TagClassName
{
border-color: #CF651B;
}
</style>