Shades of Chocolate #CA670F
Tints of Chocolate #CA670F
RGB
CMYK
RGB Variations
Color information
#CA670F (or 0xCA670F) is known color: Chocolate. HEX triplet: CA, 67 and 0F. RGB value is (202,103,15). Sum of RGB (Red+Green+Blue) = 202+103+15=320 (42% of max value = 765). Red value is 202 (79.30% from 255 or 63.12% from 320); Green value is 103 (40.62% from 255 or 32.19% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 202 - color contains mainly: red. Hex color #CA670F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA670F is #3598F0. Grayscale: #7B7B7B. Windows color (decimal): -3512561 or 1009610. OLE color: 1009610.
HSL color Cylindrical-coordinate representation of color #CA670F: hue angle of 28.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA670F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 103 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.21 |
| HSL | 28.24º | 0.86% | 0.43% | - |
| HSV(B) | 28.24º | 0.93% | 0.79% | - |
| XYZ | 29.29 | 22.29 | 3.21 | - |
| YUV | 122.57 | 67.3 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 103 | 15 | 0 | 0.49 | 0.93 | 0.21 | 28.24 | 0.86 | 0.43 |
| Hex | CA | 67 | F | 0 | 31 | 5D | 15 | 1C | 56 | 2B |
| Octal | 312 | 147 | 17 | 0 | 61 | 135 | 25 | 34 | 126 | 53 |
| Binary | 11001010 | 1100111 | 1111 | 0 | 110001 | 1011101 | 10101 | 11100 | 1010110 | 101011 |
Color Harmonies of #CA670F
Complementary color
Monochromatic Colors of #CA670F
Black with #CA670F
Text Example
Text Example
White with #CA670F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA670F; }
p { color: rgb(202,103,15); }
H1.HeaderClassName
{
color: #CA670F;
}
.AnyTagClassName
{
color: #CA670F;
}
</style>
background-color css
<style>
a { background-color: #CA670F; }
a { background-color: rgb(202,103,15); }
div.DivClassName
{
background-color: #CA670F;
}
.BgClassName
{
background-color: #CA670F;
}
</style>
border-color css
<style>
span { border-color: #CA670F; }
span { border-color: rgb(202,103,15); }
td.TdClassName
{
border-color: #CA670F;
}
.TagClassName
{
border-color: #CA670F;
}
</style>