Shades of Twine #CA8A4E
Tints of Twine #CA8A4E
RGB
CMYK
RGB Variations
Color information
#CA8A4E (or 0xCA8A4E) is known color: Twine. HEX triplet: CA, 8A and 4E. RGB value is (202,138,78). Sum of RGB (Red+Green+Blue) = 202+138+78=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A4E is #3575B1. Grayscale: #969696. Windows color (decimal): -3503538 or 5147338. OLE color: 5147338.
HSL color Cylindrical-coordinate representation of color #CA8A4E: hue angle of 29.03º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA8A4E is Cyan = 0, Magento = 0.32, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 138 | 78 | - |
| CMYK | 0 | 0.32 | 0.61 | 0.21 |
| HSL | 29.03º | 0.54% | 0.55% | - |
| HSV(B) | 29.03º | 0.61% | 0.79% | - |
| XYZ | 34.82 | 31.28 | 11.41 | - |
| YUV | 150.3 | 87.2 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 78 | 0 | 0.32 | 0.61 | 0.21 | 29.03 | 0.54 | 0.55 |
| Hex | CA | 8A | 4E | 0 | 20 | 3D | 15 | 1D | 36 | 37 |
| Octal | 312 | 212 | 116 | 0 | 40 | 75 | 25 | 35 | 66 | 67 |
| Binary | 11001010 | 10001010 | 1001110 | 0 | 100000 | 111101 | 10101 | 11101 | 110110 | 110111 |
Color Harmonies of #CA8A4E
Complementary color
Monochromatic Colors of #CA8A4E
Black with #CA8A4E
Text Example
Text Example
White with #CA8A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8A4E; }
p { color: rgb(202,138,78); }
H1.HeaderClassName
{
color: #CA8A4E;
}
.AnyTagClassName
{
color: #CA8A4E;
}
</style>
background-color css
<style>
a { background-color: #CA8A4E; }
a { background-color: rgb(202,138,78); }
div.DivClassName
{
background-color: #CA8A4E;
}
.BgClassName
{
background-color: #CA8A4E;
}
</style>
border-color css
<style>
span { border-color: #CA8A4E; }
span { border-color: rgb(202,138,78); }
td.TdClassName
{
border-color: #CA8A4E;
}
.TagClassName
{
border-color: #CA8A4E;
}
</style>