Shades of Twine #CA9458
Tints of Twine #CA9458
RGB
CMYK
RGB Variations
Color information
#CA9458 (or 0xCA9458) is known color: Twine. HEX triplet: CA, 94 and 58. RGB value is (202,148,88). Sum of RGB (Red+Green+Blue) = 202+148+88=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9458 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9458 is #356BA7. Grayscale: #9D9D9D. Windows color (decimal): -3500968 or 5805258. OLE color: 5805258.
HSL color Cylindrical-coordinate representation of color #CA9458: hue angle of 31.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA9458 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 88 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.21 |
| HSL | 31.58º | 0.52% | 0.57% | - |
| HSV(B) | 31.58º | 0.56% | 0.79% | - |
| XYZ | 36.71 | 34.44 | 13.95 | - |
| YUV | 157.31 | 88.89 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 88 | 0 | 0.27 | 0.56 | 0.21 | 31.58 | 0.52 | 0.57 |
| Hex | CA | 94 | 58 | 0 | 1B | 38 | 15 | 20 | 34 | 39 |
| Octal | 312 | 224 | 130 | 0 | 33 | 70 | 25 | 40 | 64 | 71 |
| Binary | 11001010 | 10010100 | 1011000 | 0 | 11011 | 111000 | 10101 | 100000 | 110100 | 111001 |
Color Harmonies of #CA9458
Complementary color
Monochromatic Colors of #CA9458
Black with #CA9458
Text Example
Text Example
White with #CA9458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9458; }
p { color: rgb(202,148,88); }
H1.HeaderClassName
{
color: #CA9458;
}
.AnyTagClassName
{
color: #CA9458;
}
</style>
background-color css
<style>
a { background-color: #CA9458; }
a { background-color: rgb(202,148,88); }
div.DivClassName
{
background-color: #CA9458;
}
.BgClassName
{
background-color: #CA9458;
}
</style>
border-color css
<style>
span { border-color: #CA9458; }
span { border-color: rgb(202,148,88); }
td.TdClassName
{
border-color: #CA9458;
}
.TagClassName
{
border-color: #CA9458;
}
</style>