Shades of Chocolate #CF6325
Tints of Chocolate #CF6325
RGB
CMYK
RGB Variations
Color information
#CF6325 (or 0xCF6325) is known color: Chocolate. HEX triplet: CF, 63 and 25. RGB value is (207,99,37). Sum of RGB (Red+Green+Blue) = 207+99+37=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 37 (14.84% from 255 or 10.79% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6325 is #309CDA. Grayscale: #7C7C7C. Windows color (decimal): -3185883 or 2450383. OLE color: 2450383.
HSL color Cylindrical-coordinate representation of color #CF6325: hue angle of 21.88º 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 #CF6325 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 99 | 37 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.19 |
| HSL | 21.88º | 0.7% | 0.48% | - |
| HSV(B) | 21.88º | 0.82% | 0.81% | - |
| XYZ | 30.53 | 22.32 | 4.45 | - |
| YUV | 124.22 | 78.78 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 99 | 37 | 0 | 0.52 | 0.82 | 0.19 | 21.88 | 0.7 | 0.48 |
| Hex | CF | 63 | 25 | 0 | 34 | 52 | 13 | 16 | 46 | 30 |
| Octal | 317 | 143 | 45 | 0 | 64 | 122 | 23 | 26 | 106 | 60 |
| Binary | 11001111 | 1100011 | 100101 | 0 | 110100 | 1010010 | 10011 | 10110 | 1000110 | 110000 |
Color Harmonies of #CF6325
Complementary color
Monochromatic Colors of #CF6325
Black with #CF6325
Text Example
Text Example
White with #CF6325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6325; }
p { color: rgb(207,99,37); }
H1.HeaderClassName
{
color: #CF6325;
}
.AnyTagClassName
{
color: #CF6325;
}
</style>
background-color css
<style>
a { background-color: #CF6325; }
a { background-color: rgb(207,99,37); }
div.DivClassName
{
background-color: #CF6325;
}
.BgClassName
{
background-color: #CF6325;
}
</style>
border-color css
<style>
span { border-color: #CF6325; }
span { border-color: rgb(207,99,37); }
td.TdClassName
{
border-color: #CF6325;
}
.TagClassName
{
border-color: #CF6325;
}
</style>