Shades of Twine #CA9455
Tints of Twine #CA9455
RGB
CMYK
RGB Variations
Color information
#CA9455 (or 0xCA9455) is known color: Twine. HEX triplet: CA, 94 and 55. RGB value is (202,148,85). Sum of RGB (Red+Green+Blue) = 202+148+85=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9455 is #356BAA. Grayscale: #9D9D9D. Windows color (decimal): -3500971 or 5608650. OLE color: 5608650.
HSL color Cylindrical-coordinate representation of color #CA9455: hue angle of 32.31º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CA9455 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 148 | 85 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.21 |
| HSL | 32.31º | 0.52% | 0.56% | - |
| HSV(B) | 32.31º | 0.58% | 0.79% | - |
| XYZ | 36.59 | 34.39 | 13.3 | - |
| YUV | 156.96 | 87.39 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 85 | 0 | 0.27 | 0.58 | 0.21 | 32.31 | 0.52 | 0.56 |
| Hex | CA | 94 | 55 | 0 | 1B | 3A | 15 | 20 | 34 | 38 |
| Octal | 312 | 224 | 125 | 0 | 33 | 72 | 25 | 40 | 64 | 70 |
| Binary | 11001010 | 10010100 | 1010101 | 0 | 11011 | 111010 | 10101 | 100000 | 110100 | 111000 |
Color Harmonies of #CA9455
Complementary color
Monochromatic Colors of #CA9455
Black with #CA9455
Text Example
Text Example
White with #CA9455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9455; }
p { color: rgb(202,148,85); }
H1.HeaderClassName
{
color: #CA9455;
}
.AnyTagClassName
{
color: #CA9455;
}
</style>
background-color css
<style>
a { background-color: #CA9455; }
a { background-color: rgb(202,148,85); }
div.DivClassName
{
background-color: #CA9455;
}
.BgClassName
{
background-color: #CA9455;
}
</style>
border-color css
<style>
span { border-color: #CA9455; }
span { border-color: rgb(202,148,85); }
td.TdClassName
{
border-color: #CA9455;
}
.TagClassName
{
border-color: #CA9455;
}
</style>