Shades of Twine #CB914E
Tints of Twine #CB914E
RGB
CMYK
RGB Variations
Color information
#CB914E (or 0xCB914E) is known color: Twine. HEX triplet: CB, 91 and 4E. RGB value is (203,145,78). Sum of RGB (Red+Green+Blue) = 203+145+78=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB914E is #346EB1. Grayscale: #9B9B9B. Windows color (decimal): -3436210 or 5149131. OLE color: 5149131.
HSL color Cylindrical-coordinate representation of color #CB914E: hue angle of 32.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB914E is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 145 | 78 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.20 |
| HSL | 32.16º | 0.55% | 0.55% | - |
| HSV(B) | 32.16º | 0.62% | 0.8% | - |
| XYZ | 36.13 | 33.5 | 11.77 | - |
| YUV | 154.7 | 84.72 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 145 | 78 | 0 | 0.29 | 0.62 | 0.20 | 32.16 | 0.55 | 0.55 |
| Hex | CB | 91 | 4E | 0 | 1D | 3E | 14 | 20 | 37 | 37 |
| Octal | 313 | 221 | 116 | 0 | 35 | 76 | 24 | 40 | 67 | 67 |
| Binary | 11001011 | 10010001 | 1001110 | 0 | 11101 | 111110 | 10100 | 100000 | 110111 | 110111 |
Color Harmonies of #CB914E
Complementary color
Monochromatic Colors of #CB914E
Black with #CB914E
Text Example
Text Example
White with #CB914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB914E; }
p { color: rgb(203,145,78); }
H1.HeaderClassName
{
color: #CB914E;
}
.AnyTagClassName
{
color: #CB914E;
}
</style>
background-color css
<style>
a { background-color: #CB914E; }
a { background-color: rgb(203,145,78); }
div.DivClassName
{
background-color: #CB914E;
}
.BgClassName
{
background-color: #CB914E;
}
</style>
border-color css
<style>
span { border-color: #CB914E; }
span { border-color: rgb(203,145,78); }
td.TdClassName
{
border-color: #CB914E;
}
.TagClassName
{
border-color: #CB914E;
}
</style>