Shades of Twine #CA9A5C
Tints of Twine #CA9A5C
RGB
CMYK
RGB Variations
Color information
#CA9A5C (or 0xCA9A5C) is known color: Twine. HEX triplet: CA, 9A and 5C. RGB value is (202,154,92). Sum of RGB (Red+Green+Blue) = 202+154+92=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A5C is #3565A3. Grayscale: #A1A1A1. Windows color (decimal): -3499428 or 6068938. OLE color: 6068938.
HSL color Cylindrical-coordinate representation of color #CA9A5C: hue angle of 33.82º 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 #CA9A5C is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 92 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.21 |
| HSL | 33.82º | 0.51% | 0.58% | - |
| HSV(B) | 33.82º | 0.54% | 0.79% | - |
| XYZ | 37.84 | 36.44 | 15.16 | - |
| YUV | 161.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 92 | 0 | 0.24 | 0.54 | 0.21 | 33.82 | 0.51 | 0.58 |
| Hex | CA | 9A | 5C | 0 | 18 | 36 | 15 | 22 | 33 | 3A |
| Octal | 312 | 232 | 134 | 0 | 30 | 66 | 25 | 42 | 63 | 72 |
| Binary | 11001010 | 10011010 | 1011100 | 0 | 11000 | 110110 | 10101 | 100010 | 110011 | 111010 |
Color Harmonies of #CA9A5C
Complementary color
Monochromatic Colors of #CA9A5C
Black with #CA9A5C
Text Example
Text Example
White with #CA9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A5C; }
p { color: rgb(202,154,92); }
H1.HeaderClassName
{
color: #CA9A5C;
}
.AnyTagClassName
{
color: #CA9A5C;
}
</style>
background-color css
<style>
a { background-color: #CA9A5C; }
a { background-color: rgb(202,154,92); }
div.DivClassName
{
background-color: #CA9A5C;
}
.BgClassName
{
background-color: #CA9A5C;
}
</style>
border-color css
<style>
span { border-color: #CA9A5C; }
span { border-color: rgb(202,154,92); }
td.TdClassName
{
border-color: #CA9A5C;
}
.TagClassName
{
border-color: #CA9A5C;
}
</style>