Shades of Twine #CA9755
Tints of Twine #CA9755
RGB
CMYK
RGB Variations
Color information
#CA9755 (or 0xCA9755) is known color: Twine. HEX triplet: CA, 97 and 55. RGB value is (202,151,85). Sum of RGB (Red+Green+Blue) = 202+151+85=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9755 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9755 is #3568AA. Grayscale: #9F9F9F. Windows color (decimal): -3500203 or 5609418. OLE color: 5609418.
HSL color Cylindrical-coordinate representation of color #CA9755: hue angle of 33.85º 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 #CA9755 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 151 | 85 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.21 |
| HSL | 33.85º | 0.52% | 0.56% | - |
| HSV(B) | 33.85º | 0.58% | 0.79% | - |
| XYZ | 37.06 | 35.35 | 13.46 | - |
| YUV | 158.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 151 | 85 | 0 | 0.25 | 0.58 | 0.21 | 33.85 | 0.52 | 0.56 |
| Hex | CA | 97 | 55 | 0 | 19 | 3A | 15 | 22 | 34 | 38 |
| Octal | 312 | 227 | 125 | 0 | 31 | 72 | 25 | 42 | 64 | 70 |
| Binary | 11001010 | 10010111 | 1010101 | 0 | 11001 | 111010 | 10101 | 100010 | 110100 | 111000 |
Color Harmonies of #CA9755
Complementary color
Monochromatic Colors of #CA9755
Black with #CA9755
Text Example
Text Example
White with #CA9755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9755; }
p { color: rgb(202,151,85); }
H1.HeaderClassName
{
color: #CA9755;
}
.AnyTagClassName
{
color: #CA9755;
}
</style>
background-color css
<style>
a { background-color: #CA9755; }
a { background-color: rgb(202,151,85); }
div.DivClassName
{
background-color: #CA9755;
}
.BgClassName
{
background-color: #CA9755;
}
</style>
border-color css
<style>
span { border-color: #CA9755; }
span { border-color: rgb(202,151,85); }
td.TdClassName
{
border-color: #CA9755;
}
.TagClassName
{
border-color: #CA9755;
}
</style>