Shades of Chocolate #CA671E
Tints of Chocolate #CA671E
RGB
CMYK
RGB Variations
Color information
#CA671E (or 0xCA671E) is known color: Chocolate. HEX triplet: CA, 67 and 1E. RGB value is (202,103,30). Sum of RGB (Red+Green+Blue) = 202+103+30=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA671E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA671E is #3598E1. Grayscale: #7C7C7C. Windows color (decimal): -3512546 or 1992650. OLE color: 1992650.
HSL color Cylindrical-coordinate representation of color #CA671E: hue angle of 25.47º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA671E is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 30 | - |
| CMYK | 0 | 0.49 | 0.85 | 0.21 |
| HSL | 25.47º | 0.74% | 0.45% | - |
| HSV(B) | 25.47º | 0.85% | 0.79% | - |
| XYZ | 29.44 | 22.35 | 3.99 | - |
| YUV | 124.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 30 | 0 | 0.49 | 0.85 | 0.21 | 25.47 | 0.74 | 0.45 |
| Hex | CA | 67 | 1E | 0 | 31 | 55 | 15 | 19 | 4A | 2D |
| Octal | 312 | 147 | 36 | 0 | 61 | 125 | 25 | 31 | 112 | 55 |
| Binary | 11001010 | 1100111 | 11110 | 0 | 110001 | 1010101 | 10101 | 11001 | 1001010 | 101101 |
Color Harmonies of #CA671E
Complementary color
Monochromatic Colors of #CA671E
Black with #CA671E
Text Example
Text Example
White with #CA671E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA671E; }
p { color: rgb(202,103,30); }
H1.HeaderClassName
{
color: #CA671E;
}
.AnyTagClassName
{
color: #CA671E;
}
</style>
background-color css
<style>
a { background-color: #CA671E; }
a { background-color: rgb(202,103,30); }
div.DivClassName
{
background-color: #CA671E;
}
.BgClassName
{
background-color: #CA671E;
}
</style>
border-color css
<style>
span { border-color: #CA671E; }
span { border-color: rgb(202,103,30); }
td.TdClassName
{
border-color: #CA671E;
}
.TagClassName
{
border-color: #CA671E;
}
</style>