Shades of Twine #CA9553
Tints of Twine #CA9553
RGB
CMYK
RGB Variations
Color information
#CA9553 (or 0xCA9553) is known color: Twine. HEX triplet: CA, 95 and 53. RGB value is (202,149,83). Sum of RGB (Red+Green+Blue) = 202+149+83=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9553 is #356AAC. Grayscale: #9D9D9D. Windows color (decimal): -3500717 or 5477834. OLE color: 5477834.
HSL color Cylindrical-coordinate representation of color #CA9553: hue angle of 33.28º 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 #CA9553 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 83 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.21 |
| HSL | 33.28º | 0.53% | 0.56% | - |
| HSV(B) | 33.28º | 0.59% | 0.79% | - |
| XYZ | 36.67 | 34.68 | 12.94 | - |
| YUV | 157.32 | 86.06 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 83 | 0 | 0.26 | 0.59 | 0.21 | 33.28 | 0.53 | 0.56 |
| Hex | CA | 95 | 53 | 0 | 1A | 3B | 15 | 21 | 35 | 38 |
| Octal | 312 | 225 | 123 | 0 | 32 | 73 | 25 | 41 | 65 | 70 |
| Binary | 11001010 | 10010101 | 1010011 | 0 | 11010 | 111011 | 10101 | 100001 | 110101 | 111000 |
Color Harmonies of #CA9553
Complementary color
Monochromatic Colors of #CA9553
Black with #CA9553
Text Example
Text Example
White with #CA9553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9553; }
p { color: rgb(202,149,83); }
H1.HeaderClassName
{
color: #CA9553;
}
.AnyTagClassName
{
color: #CA9553;
}
</style>
background-color css
<style>
a { background-color: #CA9553; }
a { background-color: rgb(202,149,83); }
div.DivClassName
{
background-color: #CA9553;
}
.BgClassName
{
background-color: #CA9553;
}
</style>
border-color css
<style>
span { border-color: #CA9553; }
span { border-color: rgb(202,149,83); }
td.TdClassName
{
border-color: #CA9553;
}
.TagClassName
{
border-color: #CA9553;
}
</style>