Shades of Twine #CB995D
Tints of Twine #CB995D
RGB
CMYK
RGB Variations
Color information
#CB995D (or 0xCB995D) is known color: Twine. HEX triplet: CB, 99 and 5D. RGB value is (203,153,93). Sum of RGB (Red+Green+Blue) = 203+153+93=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB995D is #3466A2. Grayscale: #A1A1A1. Windows color (decimal): -3434147 or 6134219. OLE color: 6134219.
HSL color Cylindrical-coordinate representation of color #CB995D: hue angle of 32.73º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB995D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 93 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.20 |
| HSL | 32.73º | 0.51% | 0.58% | - |
| HSV(B) | 32.73º | 0.54% | 0.8% | - |
| XYZ | 38 | 36.27 | 15.35 | - |
| YUV | 161.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 93 | 0 | 0.25 | 0.54 | 0.20 | 32.73 | 0.51 | 0.58 |
| Hex | CB | 99 | 5D | 0 | 19 | 36 | 14 | 21 | 33 | 3A |
| Octal | 313 | 231 | 135 | 0 | 31 | 66 | 24 | 41 | 63 | 72 |
| Binary | 11001011 | 10011001 | 1011101 | 0 | 11001 | 110110 | 10100 | 100001 | 110011 | 111010 |
Color Harmonies of #CB995D
Complementary color
Monochromatic Colors of #CB995D
Black with #CB995D
Text Example
Text Example
White with #CB995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB995D; }
p { color: rgb(203,153,93); }
H1.HeaderClassName
{
color: #CB995D;
}
.AnyTagClassName
{
color: #CB995D;
}
</style>
background-color css
<style>
a { background-color: #CB995D; }
a { background-color: rgb(203,153,93); }
div.DivClassName
{
background-color: #CB995D;
}
.BgClassName
{
background-color: #CB995D;
}
</style>
border-color css
<style>
span { border-color: #CB995D; }
span { border-color: rgb(203,153,93); }
td.TdClassName
{
border-color: #CB995D;
}
.TagClassName
{
border-color: #CB995D;
}
</style>