Shades of Twine #CA9456
Tints of Twine #CA9456
RGB
CMYK
RGB Variations
Color information
#CA9456 (or 0xCA9456) is known color: Twine. HEX triplet: CA, 94 and 56. RGB value is (202,148,86). Sum of RGB (Red+Green+Blue) = 202+148+86=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 86 (33.98% from 255 or 19.72% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9456 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9456 is #356BA9. Grayscale: #9D9D9D. Windows color (decimal): -3500970 or 5674186. OLE color: 5674186.
HSL color Cylindrical-coordinate representation of color #CA9456: hue angle of 32.07º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CA9456 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 86 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.21 |
| HSL | 32.07º | 0.52% | 0.56% | - |
| HSV(B) | 32.07º | 0.57% | 0.79% | - |
| XYZ | 36.63 | 34.41 | 13.52 | - |
| YUV | 157.08 | 87.89 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 86 | 0 | 0.27 | 0.57 | 0.21 | 32.07 | 0.52 | 0.56 |
| Hex | CA | 94 | 56 | 0 | 1B | 39 | 15 | 20 | 34 | 38 |
| Octal | 312 | 224 | 126 | 0 | 33 | 71 | 25 | 40 | 64 | 70 |
| Binary | 11001010 | 10010100 | 1010110 | 0 | 11011 | 111001 | 10101 | 100000 | 110100 | 111000 |
Color Harmonies of #CA9456
Complementary color
Monochromatic Colors of #CA9456
Black with #CA9456
Text Example
Text Example
White with #CA9456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9456; }
p { color: rgb(202,148,86); }
H1.HeaderClassName
{
color: #CA9456;
}
.AnyTagClassName
{
color: #CA9456;
}
</style>
background-color css
<style>
a { background-color: #CA9456; }
a { background-color: rgb(202,148,86); }
div.DivClassName
{
background-color: #CA9456;
}
.BgClassName
{
background-color: #CA9456;
}
</style>
border-color css
<style>
span { border-color: #CA9456; }
span { border-color: rgb(202,148,86); }
td.TdClassName
{
border-color: #CA9456;
}
.TagClassName
{
border-color: #CA9456;
}
</style>