Shades of Twine #CA9A50
Tints of Twine #CA9A50
RGB
CMYK
RGB Variations
Color information
#CA9A50 (or 0xCA9A50) is known color: Twine. HEX triplet: CA, 9A and 50. RGB value is (202,154,80). Sum of RGB (Red+Green+Blue) = 202+154+80=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9A50 is #3565AF. Grayscale: #A0A0A0. Windows color (decimal): -3499440 or 5282506. OLE color: 5282506.
HSL color Cylindrical-coordinate representation of color #CA9A50: hue angle of 36.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA9A50 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 154 | 80 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.21 |
| HSL | 36.39º | 0.54% | 0.55% | - |
| HSV(B) | 36.39º | 0.6% | 0.79% | - |
| XYZ | 37.36 | 36.25 | 12.62 | - |
| YUV | 159.92 | 82.9 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 80 | 0 | 0.24 | 0.60 | 0.21 | 36.39 | 0.54 | 0.55 |
| Hex | CA | 9A | 50 | 0 | 18 | 3C | 15 | 24 | 36 | 37 |
| Octal | 312 | 232 | 120 | 0 | 30 | 74 | 25 | 44 | 66 | 67 |
| Binary | 11001010 | 10011010 | 1010000 | 0 | 11000 | 111100 | 10101 | 100100 | 110110 | 110111 |
Color Harmonies of #CA9A50
Complementary color
Monochromatic Colors of #CA9A50
Black with #CA9A50
Text Example
Text Example
White with #CA9A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9A50; }
p { color: rgb(202,154,80); }
H1.HeaderClassName
{
color: #CA9A50;
}
.AnyTagClassName
{
color: #CA9A50;
}
</style>
background-color css
<style>
a { background-color: #CA9A50; }
a { background-color: rgb(202,154,80); }
div.DivClassName
{
background-color: #CA9A50;
}
.BgClassName
{
background-color: #CA9A50;
}
</style>
border-color css
<style>
span { border-color: #CA9A50; }
span { border-color: rgb(202,154,80); }
td.TdClassName
{
border-color: #CA9A50;
}
.TagClassName
{
border-color: #CA9A50;
}
</style>