Shades of Chocolate #CE5B14
Tints of Chocolate #CE5B14
RGB
CMYK
RGB Variations
Color information
#CE5B14 (or 0xCE5B14) is known color: Chocolate. HEX triplet: CE, 5B and 14. RGB value is (206,91,20). Sum of RGB (Red+Green+Blue) = 206+91+20=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE5B14 is #31A4EB. Grayscale: #757575. Windows color (decimal): -3253484 or 1334222. OLE color: 1334222.
HSL color Cylindrical-coordinate representation of color #CE5B14: hue angle of 22.9º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE5B14 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 20 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.19 |
| HSL | 22.9º | 0.82% | 0.44% | - |
| HSV(B) | 22.9º | 0.9% | 0.81% | - |
| XYZ | 29.32 | 20.65 | 3.1 | - |
| YUV | 117.29 | 73.1 | 191.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 20 | 0 | 0.56 | 0.90 | 0.19 | 22.9 | 0.82 | 0.44 |
| Hex | CE | 5B | 14 | 0 | 38 | 5A | 13 | 17 | 52 | 2C |
| Octal | 316 | 133 | 24 | 0 | 70 | 132 | 23 | 27 | 122 | 54 |
| Binary | 11001110 | 1011011 | 10100 | 0 | 111000 | 1011010 | 10011 | 10111 | 1010010 | 101100 |
Color Harmonies of #CE5B14
Complementary color
Monochromatic Colors of #CE5B14
Black with #CE5B14
Text Example
Text Example
White with #CE5B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B14; }
p { color: rgb(206,91,20); }
H1.HeaderClassName
{
color: #CE5B14;
}
.AnyTagClassName
{
color: #CE5B14;
}
</style>
background-color css
<style>
a { background-color: #CE5B14; }
a { background-color: rgb(206,91,20); }
div.DivClassName
{
background-color: #CE5B14;
}
.BgClassName
{
background-color: #CE5B14;
}
</style>
border-color css
<style>
span { border-color: #CE5B14; }
span { border-color: rgb(206,91,20); }
td.TdClassName
{
border-color: #CE5B14;
}
.TagClassName
{
border-color: #CE5B14;
}
</style>