Shades of Twine #CA9453
Tints of Twine #CA9453
RGB
CMYK
RGB Variations
Color information
#CA9453 (or 0xCA9453) is known color: Twine. HEX triplet: CA, 94 and 53. RGB value is (202,148,83). Sum of RGB (Red+Green+Blue) = 202+148+83=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9453 is #356BAC. Grayscale: #9D9D9D. Windows color (decimal): -3500973 or 5477578. OLE color: 5477578.
HSL color Cylindrical-coordinate representation of color #CA9453: hue angle of 32.77º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CA9453 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 83 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.21 |
| HSL | 32.77º | 0.53% | 0.56% | - |
| HSV(B) | 32.77º | 0.59% | 0.79% | - |
| XYZ | 36.51 | 34.36 | 12.89 | - |
| YUV | 156.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 83 | 0 | 0.27 | 0.59 | 0.21 | 32.77 | 0.53 | 0.56 |
| Hex | CA | 94 | 53 | 0 | 1B | 3B | 15 | 21 | 35 | 38 |
| Octal | 312 | 224 | 123 | 0 | 33 | 73 | 25 | 41 | 65 | 70 |
| Binary | 11001010 | 10010100 | 1010011 | 0 | 11011 | 111011 | 10101 | 100001 | 110101 | 111000 |
Color Harmonies of #CA9453
Complementary color
Monochromatic Colors of #CA9453
Black with #CA9453
Text Example
Text Example
White with #CA9453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9453; }
p { color: rgb(202,148,83); }
H1.HeaderClassName
{
color: #CA9453;
}
.AnyTagClassName
{
color: #CA9453;
}
</style>
background-color css
<style>
a { background-color: #CA9453; }
a { background-color: rgb(202,148,83); }
div.DivClassName
{
background-color: #CA9453;
}
.BgClassName
{
background-color: #CA9453;
}
</style>
border-color css
<style>
span { border-color: #CA9453; }
span { border-color: rgb(202,148,83); }
td.TdClassName
{
border-color: #CA9453;
}
.TagClassName
{
border-color: #CA9453;
}
</style>