Shades of Chocolate #CA6827
Tints of Chocolate #CA6827
RGB
CMYK
RGB Variations
Color information
#CA6827 (or 0xCA6827) is known color: Chocolate. HEX triplet: CA, 68 and 27. RGB value is (202,104,39). Sum of RGB (Red+Green+Blue) = 202+104+39=345 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.55% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 39 (15.62% from 255 or 11.30% from 345); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6827 is #3597D8. Grayscale: #7E7E7E. Windows color (decimal): -3512281 or 2582730. OLE color: 2582730.
HSL color Cylindrical-coordinate representation of color #CA6827: hue angle of 23.93º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA6827 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 39 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.21 |
| HSL | 23.93º | 0.68% | 0.47% | - |
| HSV(B) | 23.93º | 0.81% | 0.79% | - |
| XYZ | 29.67 | 22.6 | 4.72 | - |
| YUV | 125.89 | 78.97 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 39 | 0 | 0.49 | 0.81 | 0.21 | 23.93 | 0.68 | 0.47 |
| Hex | CA | 68 | 27 | 0 | 31 | 51 | 15 | 18 | 44 | 2F |
| Octal | 312 | 150 | 47 | 0 | 61 | 121 | 25 | 30 | 104 | 57 |
| Binary | 11001010 | 1101000 | 100111 | 0 | 110001 | 1010001 | 10101 | 11000 | 1000100 | 101111 |
Color Harmonies of #CA6827
Complementary color
Monochromatic Colors of #CA6827
Black with #CA6827
Text Example
Text Example
White with #CA6827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA6827; }
p { color: rgb(202,104,39); }
H1.HeaderClassName
{
color: #CA6827;
}
.AnyTagClassName
{
color: #CA6827;
}
</style>
background-color css
<style>
a { background-color: #CA6827; }
a { background-color: rgb(202,104,39); }
div.DivClassName
{
background-color: #CA6827;
}
.BgClassName
{
background-color: #CA6827;
}
</style>
border-color css
<style>
span { border-color: #CA6827; }
span { border-color: rgb(202,104,39); }
td.TdClassName
{
border-color: #CA6827;
}
.TagClassName
{
border-color: #CA6827;
}
</style>