Shades of Twine #CA965C
Tints of Twine #CA965C
RGB
CMYK
RGB Variations
Color information
#CA965C (or 0xCA965C) is known color: Twine. HEX triplet: CA, 96 and 5C. RGB value is (202,150,92). Sum of RGB (Red+Green+Blue) = 202+150+92=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA965C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA965C is #3569A3. Grayscale: #9F9F9F. Windows color (decimal): -3500452 or 6067914. OLE color: 6067914.
HSL color Cylindrical-coordinate representation of color #CA965C: hue angle of 31.64º 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 #CA965C is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 150 | 92 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.21 |
| HSL | 31.64º | 0.51% | 0.58% | - |
| HSV(B) | 31.64º | 0.54% | 0.79% | - |
| XYZ | 37.2 | 35.14 | 14.95 | - |
| YUV | 158.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 92 | 0 | 0.26 | 0.54 | 0.21 | 31.64 | 0.51 | 0.58 |
| Hex | CA | 96 | 5C | 0 | 1A | 36 | 15 | 20 | 33 | 3A |
| Octal | 312 | 226 | 134 | 0 | 32 | 66 | 25 | 40 | 63 | 72 |
| Binary | 11001010 | 10010110 | 1011100 | 0 | 11010 | 110110 | 10101 | 100000 | 110011 | 111010 |
Color Harmonies of #CA965C
Complementary color
Monochromatic Colors of #CA965C
Black with #CA965C
Text Example
Text Example
White with #CA965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA965C; }
p { color: rgb(202,150,92); }
H1.HeaderClassName
{
color: #CA965C;
}
.AnyTagClassName
{
color: #CA965C;
}
</style>
background-color css
<style>
a { background-color: #CA965C; }
a { background-color: rgb(202,150,92); }
div.DivClassName
{
background-color: #CA965C;
}
.BgClassName
{
background-color: #CA965C;
}
</style>
border-color css
<style>
span { border-color: #CA965C; }
span { border-color: rgb(202,150,92); }
td.TdClassName
{
border-color: #CA965C;
}
.TagClassName
{
border-color: #CA965C;
}
</style>