Shades of Twine #CA884F
Tints of Twine #CA884F
RGB
CMYK
RGB Variations
Color information
#CA884F (or 0xCA884F) is known color: Twine. HEX triplet: CA, 88 and 4F. RGB value is (202,136,79). Sum of RGB (Red+Green+Blue) = 202+136+79=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA884F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA884F is #3577B0. Grayscale: #959595. Windows color (decimal): -3504049 or 5212362. OLE color: 5212362.
HSL color Cylindrical-coordinate representation of color #CA884F: hue angle of 27.8º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA884F is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 136 | 79 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.21 |
| HSL | 27.8º | 0.54% | 0.55% | - |
| HSV(B) | 27.8º | 0.61% | 0.79% | - |
| XYZ | 34.57 | 30.73 | 11.51 | - |
| YUV | 149.24 | 88.37 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 79 | 0 | 0.33 | 0.61 | 0.21 | 27.8 | 0.54 | 0.55 |
| Hex | CA | 88 | 4F | 0 | 21 | 3D | 15 | 1C | 36 | 37 |
| Octal | 312 | 210 | 117 | 0 | 41 | 75 | 25 | 34 | 66 | 67 |
| Binary | 11001010 | 10001000 | 1001111 | 0 | 100001 | 111101 | 10101 | 11100 | 110110 | 110111 |
Color Harmonies of #CA884F
Complementary color
Monochromatic Colors of #CA884F
Black with #CA884F
Text Example
Text Example
White with #CA884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA884F; }
p { color: rgb(202,136,79); }
H1.HeaderClassName
{
color: #CA884F;
}
.AnyTagClassName
{
color: #CA884F;
}
</style>
background-color css
<style>
a { background-color: #CA884F; }
a { background-color: rgb(202,136,79); }
div.DivClassName
{
background-color: #CA884F;
}
.BgClassName
{
background-color: #CA884F;
}
</style>
border-color css
<style>
span { border-color: #CA884F; }
span { border-color: rgb(202,136,79); }
td.TdClassName
{
border-color: #CA884F;
}
.TagClassName
{
border-color: #CA884F;
}
</style>