Shades of Twine #CA8F4E
Tints of Twine #CA8F4E
RGB
CMYK
RGB Variations
Color information
#CA8F4E (or 0xCA8F4E) is known color: Twine. HEX triplet: CA, 8F and 4E. RGB value is (202,143,78). Sum of RGB (Red+Green+Blue) = 202+143+78=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8F4E is #3570B1. Grayscale: #999999. Windows color (decimal): -3502258 or 5148618. OLE color: 5148618.
HSL color Cylindrical-coordinate representation of color #CA8F4E: hue angle of 31.45º 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 #CA8F4E is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 143 | 78 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.21 |
| HSL | 31.45º | 0.54% | 0.55% | - |
| HSV(B) | 31.45º | 0.61% | 0.79% | - |
| XYZ | 35.55 | 32.75 | 11.66 | - |
| YUV | 153.23 | 85.55 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 78 | 0 | 0.29 | 0.61 | 0.21 | 31.45 | 0.54 | 0.55 |
| Hex | CA | 8F | 4E | 0 | 1D | 3D | 15 | 1F | 36 | 37 |
| Octal | 312 | 217 | 116 | 0 | 35 | 75 | 25 | 37 | 66 | 67 |
| Binary | 11001010 | 10001111 | 1001110 | 0 | 11101 | 111101 | 10101 | 11111 | 110110 | 110111 |
Color Harmonies of #CA8F4E
Complementary color
Monochromatic Colors of #CA8F4E
Black with #CA8F4E
Text Example
Text Example
White with #CA8F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8F4E; }
p { color: rgb(202,143,78); }
H1.HeaderClassName
{
color: #CA8F4E;
}
.AnyTagClassName
{
color: #CA8F4E;
}
</style>
background-color css
<style>
a { background-color: #CA8F4E; }
a { background-color: rgb(202,143,78); }
div.DivClassName
{
background-color: #CA8F4E;
}
.BgClassName
{
background-color: #CA8F4E;
}
</style>
border-color css
<style>
span { border-color: #CA8F4E; }
span { border-color: rgb(202,143,78); }
td.TdClassName
{
border-color: #CA8F4E;
}
.TagClassName
{
border-color: #CA8F4E;
}
</style>