Shades of Twine #CA9953
Tints of Twine #CA9953
RGB
CMYK
RGB Variations
Color information
#CA9953 (or 0xCA9953) is known color: Twine. HEX triplet: CA, 99 and 53. RGB value is (202,153,83). Sum of RGB (Red+Green+Blue) = 202+153+83=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9953 is #3566AC. Grayscale: #A0A0A0. Windows color (decimal): -3499693 or 5478858. OLE color: 5478858.
HSL color Cylindrical-coordinate representation of color #CA9953: hue angle of 35.29º 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 #CA9953 is Cyan = 0, Magento = 0.24, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 153 | 83 | - |
| CMYK | 0 | 0.24 | 0.59 | 0.21 |
| HSL | 35.29º | 0.53% | 0.56% | - |
| HSV(B) | 35.29º | 0.59% | 0.79% | - |
| XYZ | 37.31 | 35.96 | 13.16 | - |
| YUV | 159.67 | 84.73 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 83 | 0 | 0.24 | 0.59 | 0.21 | 35.29 | 0.53 | 0.56 |
| Hex | CA | 99 | 53 | 0 | 18 | 3B | 15 | 23 | 35 | 38 |
| Octal | 312 | 231 | 123 | 0 | 30 | 73 | 25 | 43 | 65 | 70 |
| Binary | 11001010 | 10011001 | 1010011 | 0 | 11000 | 111011 | 10101 | 100011 | 110101 | 111000 |
Color Harmonies of #CA9953
Complementary color
Monochromatic Colors of #CA9953
Black with #CA9953
Text Example
Text Example
White with #CA9953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9953; }
p { color: rgb(202,153,83); }
H1.HeaderClassName
{
color: #CA9953;
}
.AnyTagClassName
{
color: #CA9953;
}
</style>
background-color css
<style>
a { background-color: #CA9953; }
a { background-color: rgb(202,153,83); }
div.DivClassName
{
background-color: #CA9953;
}
.BgClassName
{
background-color: #CA9953;
}
</style>
border-color css
<style>
span { border-color: #CA9953; }
span { border-color: rgb(202,153,83); }
td.TdClassName
{
border-color: #CA9953;
}
.TagClassName
{
border-color: #CA9953;
}
</style>