Shades of Twine #CA985A
Tints of Twine #CA985A
RGB
CMYK
RGB Variations
Color information
#CA985A (or 0xCA985A) is known color: Twine. HEX triplet: CA, 98 and 5A. RGB value is (202,152,90). Sum of RGB (Red+Green+Blue) = 202+152+90=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA985A is #3567A5. Grayscale: #A0A0A0. Windows color (decimal): -3499942 or 5937354. OLE color: 5937354.
HSL color Cylindrical-coordinate representation of color #CA985A: hue angle of 33.21º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA985A is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 152 | 90 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.21 |
| HSL | 33.21º | 0.51% | 0.57% | - |
| HSV(B) | 33.21º | 0.55% | 0.79% | - |
| XYZ | 37.43 | 35.75 | 14.6 | - |
| YUV | 159.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 152 | 90 | 0 | 0.25 | 0.55 | 0.21 | 33.21 | 0.51 | 0.57 |
| Hex | CA | 98 | 5A | 0 | 19 | 37 | 15 | 21 | 33 | 39 |
| Octal | 312 | 230 | 132 | 0 | 31 | 67 | 25 | 41 | 63 | 71 |
| Binary | 11001010 | 10011000 | 1011010 | 0 | 11001 | 110111 | 10101 | 100001 | 110011 | 111001 |
Color Harmonies of #CA985A
Complementary color
Monochromatic Colors of #CA985A
Black with #CA985A
Text Example
Text Example
White with #CA985A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA985A; }
p { color: rgb(202,152,90); }
H1.HeaderClassName
{
color: #CA985A;
}
.AnyTagClassName
{
color: #CA985A;
}
</style>
background-color css
<style>
a { background-color: #CA985A; }
a { background-color: rgb(202,152,90); }
div.DivClassName
{
background-color: #CA985A;
}
.BgClassName
{
background-color: #CA985A;
}
</style>
border-color css
<style>
span { border-color: #CA985A; }
span { border-color: rgb(202,152,90); }
td.TdClassName
{
border-color: #CA985A;
}
.TagClassName
{
border-color: #CA985A;
}
</style>