Shades of Twine #CA955C
Tints of Twine #CA955C
RGB
CMYK
RGB Variations
Color information
#CA955C (or 0xCA955C) is known color: Twine. HEX triplet: CA, 95 and 5C. RGB value is (202,149,92). Sum of RGB (Red+Green+Blue) = 202+149+92=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA955C is #356AA3. Grayscale: #9E9E9E. Windows color (decimal): -3500708 or 6067658. OLE color: 6067658.
HSL color Cylindrical-coordinate representation of color #CA955C: hue angle of 31.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CA955C is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 92 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.21 |
| HSL | 31.09º | 0.51% | 0.58% | - |
| HSV(B) | 31.09º | 0.54% | 0.79% | - |
| XYZ | 37.04 | 34.82 | 14.89 | - |
| YUV | 158.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 92 | 0 | 0.26 | 0.54 | 0.21 | 31.09 | 0.51 | 0.58 |
| Hex | CA | 95 | 5C | 0 | 1A | 36 | 15 | 1F | 33 | 3A |
| Octal | 312 | 225 | 134 | 0 | 32 | 66 | 25 | 37 | 63 | 72 |
| Binary | 11001010 | 10010101 | 1011100 | 0 | 11010 | 110110 | 10101 | 11111 | 110011 | 111010 |
Color Harmonies of #CA955C
Complementary color
Monochromatic Colors of #CA955C
Black with #CA955C
Text Example
Text Example
White with #CA955C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA955C; }
p { color: rgb(202,149,92); }
H1.HeaderClassName
{
color: #CA955C;
}
.AnyTagClassName
{
color: #CA955C;
}
</style>
background-color css
<style>
a { background-color: #CA955C; }
a { background-color: rgb(202,149,92); }
div.DivClassName
{
background-color: #CA955C;
}
.BgClassName
{
background-color: #CA955C;
}
</style>
border-color css
<style>
span { border-color: #CA955C; }
span { border-color: rgb(202,149,92); }
td.TdClassName
{
border-color: #CA955C;
}
.TagClassName
{
border-color: #CA955C;
}
</style>