Shades of Twine #CA9C54
Tints of Twine #CA9C54
RGB
CMYK
RGB Variations
Color information
#CA9C54 (or 0xCA9C54) is known color: Twine. HEX triplet: CA, 9C and 54. RGB value is (202,156,84). Sum of RGB (Red+Green+Blue) = 202+156+84=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 84 (33.20% from 255 or 19.00% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9C54 is #3563AB. Grayscale: #A1A1A1. Windows color (decimal): -3498924 or 5545162. OLE color: 5545162.
HSL color Cylindrical-coordinate representation of color #CA9C54: hue angle of 36.61º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA9C54 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 156 | 84 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.21 |
| HSL | 36.61º | 0.53% | 0.56% | - |
| HSV(B) | 36.61º | 0.58% | 0.79% | - |
| XYZ | 37.85 | 36.97 | 13.53 | - |
| YUV | 161.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 84 | 0 | 0.23 | 0.58 | 0.21 | 36.61 | 0.53 | 0.56 |
| Hex | CA | 9C | 54 | 0 | 17 | 3A | 15 | 25 | 35 | 38 |
| Octal | 312 | 234 | 124 | 0 | 27 | 72 | 25 | 45 | 65 | 70 |
| Binary | 11001010 | 10011100 | 1010100 | 0 | 10111 | 111010 | 10101 | 100101 | 110101 | 111000 |
Color Harmonies of #CA9C54
Complementary color
Monochromatic Colors of #CA9C54
Black with #CA9C54
Text Example
Text Example
White with #CA9C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9C54; }
p { color: rgb(202,156,84); }
H1.HeaderClassName
{
color: #CA9C54;
}
.AnyTagClassName
{
color: #CA9C54;
}
</style>
background-color css
<style>
a { background-color: #CA9C54; }
a { background-color: rgb(202,156,84); }
div.DivClassName
{
background-color: #CA9C54;
}
.BgClassName
{
background-color: #CA9C54;
}
</style>
border-color css
<style>
span { border-color: #CA9C54; }
span { border-color: rgb(202,156,84); }
td.TdClassName
{
border-color: #CA9C54;
}
.TagClassName
{
border-color: #CA9C54;
}
</style>