Shades of Chocolate #CF621B
Tints of Chocolate #CF621B
RGB
CMYK
RGB Variations
Color information
#CF621B (or 0xCF621B) is known color: Chocolate. HEX triplet: CF, 62 and 1B. RGB value is (207,98,27). Sum of RGB (Red+Green+Blue) = 207+98+27=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF621B is #309DE4. Grayscale: #7A7A7A. Windows color (decimal): -3186149 or 1794767. OLE color: 1794767.
HSL color Cylindrical-coordinate representation of color #CF621B: hue angle of 23.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 #CF621B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 98 | 27 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.19 |
| HSL | 23.67º | 0.77% | 0.46% | - |
| HSV(B) | 23.67º | 0.87% | 0.81% | - |
| XYZ | 30.3 | 22.08 | 3.7 | - |
| YUV | 122.5 | 74.11 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 98 | 27 | 0 | 0.53 | 0.87 | 0.19 | 23.67 | 0.77 | 0.46 |
| Hex | CF | 62 | 1B | 0 | 35 | 57 | 13 | 18 | 4D | 2E |
| Octal | 317 | 142 | 33 | 0 | 65 | 127 | 23 | 30 | 115 | 56 |
| Binary | 11001111 | 1100010 | 11011 | 0 | 110101 | 1010111 | 10011 | 11000 | 1001101 | 101110 |
Color Harmonies of #CF621B
Complementary color
Monochromatic Colors of #CF621B
Black with #CF621B
Text Example
Text Example
White with #CF621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF621B; }
p { color: rgb(207,98,27); }
H1.HeaderClassName
{
color: #CF621B;
}
.AnyTagClassName
{
color: #CF621B;
}
</style>
background-color css
<style>
a { background-color: #CF621B; }
a { background-color: rgb(207,98,27); }
div.DivClassName
{
background-color: #CF621B;
}
.BgClassName
{
background-color: #CF621B;
}
</style>
border-color css
<style>
span { border-color: #CF621B; }
span { border-color: rgb(207,98,27); }
td.TdClassName
{
border-color: #CF621B;
}
.TagClassName
{
border-color: #CF621B;
}
</style>