Shades of Chocolate #CA641B
Tints of Chocolate #CA641B
RGB
CMYK
RGB Variations
Color information
#CA641B (or 0xCA641B) is known color: Chocolate. HEX triplet: CA, 64 and 1B. RGB value is (202,100,27). Sum of RGB (Red+Green+Blue) = 202+100+27=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA641B is #359BE4. Grayscale: #7A7A7A. Windows color (decimal): -3513317 or 1795274. OLE color: 1795274.
HSL color Cylindrical-coordinate representation of color #CA641B: hue angle of 25.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CA641B is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 27 | - |
| CMYK | 0 | 0.50 | 0.87 | 0.21 |
| HSL | 25.03º | 0.76% | 0.45% | - |
| HSV(B) | 25.03º | 0.87% | 0.79% | - |
| XYZ | 29.11 | 21.75 | 3.7 | - |
| YUV | 122.18 | 74.29 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 27 | 0 | 0.50 | 0.87 | 0.21 | 25.03 | 0.76 | 0.45 |
| Hex | CA | 64 | 1B | 0 | 32 | 57 | 15 | 19 | 4C | 2D |
| Octal | 312 | 144 | 33 | 0 | 62 | 127 | 25 | 31 | 114 | 55 |
| Binary | 11001010 | 1100100 | 11011 | 0 | 110010 | 1010111 | 10101 | 11001 | 1001100 | 101101 |
Color Harmonies of #CA641B
Complementary color
Monochromatic Colors of #CA641B
Black with #CA641B
Text Example
Text Example
White with #CA641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA641B; }
p { color: rgb(202,100,27); }
H1.HeaderClassName
{
color: #CA641B;
}
.AnyTagClassName
{
color: #CA641B;
}
</style>
background-color css
<style>
a { background-color: #CA641B; }
a { background-color: rgb(202,100,27); }
div.DivClassName
{
background-color: #CA641B;
}
.BgClassName
{
background-color: #CA641B;
}
</style>
border-color css
<style>
span { border-color: #CA641B; }
span { border-color: rgb(202,100,27); }
td.TdClassName
{
border-color: #CA641B;
}
.TagClassName
{
border-color: #CA641B;
}
</style>