Shades of Twine #CA955B
Tints of Twine #CA955B
RGB
CMYK
RGB Variations
Color information
#CA955B (or 0xCA955B) is known color: Twine. HEX triplet: CA, 95 and 5B. RGB value is (202,149,91). Sum of RGB (Red+Green+Blue) = 202+149+91=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA955B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA955B is #356AA4. Grayscale: #9E9E9E. Windows color (decimal): -3500709 or 6002122. OLE color: 6002122.
HSL color Cylindrical-coordinate representation of color #CA955B: hue angle of 31.35º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA955B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 149 | 91 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.21 |
| HSL | 31.35º | 0.51% | 0.57% | - |
| HSV(B) | 31.35º | 0.55% | 0.79% | - |
| XYZ | 36.99 | 34.81 | 14.67 | - |
| YUV | 158.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 91 | 0 | 0.26 | 0.55 | 0.21 | 31.35 | 0.51 | 0.57 |
| Hex | CA | 95 | 5B | 0 | 1A | 37 | 15 | 1F | 33 | 39 |
| Octal | 312 | 225 | 133 | 0 | 32 | 67 | 25 | 37 | 63 | 71 |
| Binary | 11001010 | 10010101 | 1011011 | 0 | 11010 | 110111 | 10101 | 11111 | 110011 | 111001 |
Color Harmonies of #CA955B
Complementary color
Monochromatic Colors of #CA955B
Black with #CA955B
Text Example
Text Example
White with #CA955B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA955B; }
p { color: rgb(202,149,91); }
H1.HeaderClassName
{
color: #CA955B;
}
.AnyTagClassName
{
color: #CA955B;
}
</style>
background-color css
<style>
a { background-color: #CA955B; }
a { background-color: rgb(202,149,91); }
div.DivClassName
{
background-color: #CA955B;
}
.BgClassName
{
background-color: #CA955B;
}
</style>
border-color css
<style>
span { border-color: #CA955B; }
span { border-color: rgb(202,149,91); }
td.TdClassName
{
border-color: #CA955B;
}
.TagClassName
{
border-color: #CA955B;
}
</style>