Shades of Chocolate #CF5D23
Tints of Chocolate #CF5D23
RGB
CMYK
RGB Variations
Color information
#CF5D23 (or 0xCF5D23) is known color: Chocolate. HEX triplet: CF, 5D and 23. RGB value is (207,93,35). Sum of RGB (Red+Green+Blue) = 207+93+35=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF5D23 is #30A2DC. Grayscale: #787878. Windows color (decimal): -3187421 or 2317775. OLE color: 2317775.
HSL color Cylindrical-coordinate representation of color #CF5D23: hue angle of 20.23º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CF5D23 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 93 | 35 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.19 |
| HSL | 20.23º | 0.71% | 0.47% | - |
| HSV(B) | 20.23º | 0.83% | 0.81% | - |
| XYZ | 29.95 | 21.22 | 4.11 | - |
| YUV | 120.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 35 | 0 | 0.55 | 0.83 | 0.19 | 20.23 | 0.71 | 0.47 |
| Hex | CF | 5D | 23 | 0 | 37 | 53 | 13 | 14 | 47 | 2F |
| Octal | 317 | 135 | 43 | 0 | 67 | 123 | 23 | 24 | 107 | 57 |
| Binary | 11001111 | 1011101 | 100011 | 0 | 110111 | 1010011 | 10011 | 10100 | 1000111 | 101111 |
Color Harmonies of #CF5D23
Complementary color
Monochromatic Colors of #CF5D23
Black with #CF5D23
Text Example
Text Example
White with #CF5D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5D23; }
p { color: rgb(207,93,35); }
H1.HeaderClassName
{
color: #CF5D23;
}
.AnyTagClassName
{
color: #CF5D23;
}
</style>
background-color css
<style>
a { background-color: #CF5D23; }
a { background-color: rgb(207,93,35); }
div.DivClassName
{
background-color: #CF5D23;
}
.BgClassName
{
background-color: #CF5D23;
}
</style>
border-color css
<style>
span { border-color: #CF5D23; }
span { border-color: rgb(207,93,35); }
td.TdClassName
{
border-color: #CF5D23;
}
.TagClassName
{
border-color: #CF5D23;
}
</style>