Shades of Twine #CA9255
Tints of Twine #CA9255
RGB
CMYK
RGB Variations
Color information
#CA9255 (or 0xCA9255) is known color: Twine. HEX triplet: CA, 92 and 55. RGB value is (202,146,85). Sum of RGB (Red+Green+Blue) = 202+146+85=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9255 is #356DAA. Grayscale: #9C9C9C. Windows color (decimal): -3501483 or 5608138. OLE color: 5608138.
HSL color Cylindrical-coordinate representation of color #CA9255: hue angle of 31.28º 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 #CA9255 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 146 | 85 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.21 |
| HSL | 31.28º | 0.52% | 0.56% | - |
| HSV(B) | 31.28º | 0.58% | 0.79% | - |
| XYZ | 36.28 | 33.77 | 13.2 | - |
| YUV | 155.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 85 | 0 | 0.28 | 0.58 | 0.21 | 31.28 | 0.52 | 0.56 |
| Hex | CA | 92 | 55 | 0 | 1C | 3A | 15 | 1F | 34 | 38 |
| Octal | 312 | 222 | 125 | 0 | 34 | 72 | 25 | 37 | 64 | 70 |
| Binary | 11001010 | 10010010 | 1010101 | 0 | 11100 | 111010 | 10101 | 11111 | 110100 | 111000 |
Color Harmonies of #CA9255
Complementary color
Monochromatic Colors of #CA9255
Black with #CA9255
Text Example
Text Example
White with #CA9255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9255; }
p { color: rgb(202,146,85); }
H1.HeaderClassName
{
color: #CA9255;
}
.AnyTagClassName
{
color: #CA9255;
}
</style>
background-color css
<style>
a { background-color: #CA9255; }
a { background-color: rgb(202,146,85); }
div.DivClassName
{
background-color: #CA9255;
}
.BgClassName
{
background-color: #CA9255;
}
</style>
border-color css
<style>
span { border-color: #CA9255; }
span { border-color: rgb(202,146,85); }
td.TdClassName
{
border-color: #CA9255;
}
.TagClassName
{
border-color: #CA9255;
}
</style>