Shades of Twine #CA914F
Tints of Twine #CA914F
RGB
CMYK
RGB Variations
Color information
#CA914F (or 0xCA914F) is known color: Twine. HEX triplet: CA, 91 and 4F. RGB value is (202,145,79). Sum of RGB (Red+Green+Blue) = 202+145+79=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 79 (31.25% from 255 or 18.54% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA914F is #356EB0. Grayscale: #9A9A9A. Windows color (decimal): -3501745 or 5214666. OLE color: 5214666.
HSL color Cylindrical-coordinate representation of color #CA914F: hue angle of 32.2º 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 #CA914F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 145 | 79 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.21 |
| HSL | 32.2º | 0.54% | 0.55% | - |
| HSV(B) | 32.2º | 0.61% | 0.79% | - |
| XYZ | 35.89 | 33.37 | 11.95 | - |
| YUV | 154.52 | 85.38 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 79 | 0 | 0.28 | 0.61 | 0.21 | 32.2 | 0.54 | 0.55 |
| Hex | CA | 91 | 4F | 0 | 1C | 3D | 15 | 20 | 36 | 37 |
| Octal | 312 | 221 | 117 | 0 | 34 | 75 | 25 | 40 | 66 | 67 |
| Binary | 11001010 | 10010001 | 1001111 | 0 | 11100 | 111101 | 10101 | 100000 | 110110 | 110111 |
Color Harmonies of #CA914F
Complementary color
Monochromatic Colors of #CA914F
Black with #CA914F
Text Example
Text Example
White with #CA914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA914F; }
p { color: rgb(202,145,79); }
H1.HeaderClassName
{
color: #CA914F;
}
.AnyTagClassName
{
color: #CA914F;
}
</style>
background-color css
<style>
a { background-color: #CA914F; }
a { background-color: rgb(202,145,79); }
div.DivClassName
{
background-color: #CA914F;
}
.BgClassName
{
background-color: #CA914F;
}
</style>
border-color css
<style>
span { border-color: #CA914F; }
span { border-color: rgb(202,145,79); }
td.TdClassName
{
border-color: #CA914F;
}
.TagClassName
{
border-color: #CA914F;
}
</style>