Shades of Twine #CB995B
Tints of Twine #CB995B
RGB
CMYK
RGB Variations
Color information
#CB995B (or 0xCB995B) is known color: Twine. HEX triplet: CB, 99 and 5B. RGB value is (203,153,91). Sum of RGB (Red+Green+Blue) = 203+153+91=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB995B is #3466A4. Grayscale: #A1A1A1. Windows color (decimal): -3434149 or 6003147. OLE color: 6003147.
HSL color Cylindrical-coordinate representation of color #CB995B: hue angle of 33.21º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB995B is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 153 | 91 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.20 |
| HSL | 33.21º | 0.52% | 0.58% | - |
| HSV(B) | 33.21º | 0.55% | 0.8% | - |
| XYZ | 37.91 | 36.23 | 14.89 | - |
| YUV | 160.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 153 | 91 | 0 | 0.25 | 0.55 | 0.20 | 33.21 | 0.52 | 0.58 |
| Hex | CB | 99 | 5B | 0 | 19 | 37 | 14 | 21 | 34 | 3A |
| Octal | 313 | 231 | 133 | 0 | 31 | 67 | 24 | 41 | 64 | 72 |
| Binary | 11001011 | 10011001 | 1011011 | 0 | 11001 | 110111 | 10100 | 100001 | 110100 | 111010 |
Color Harmonies of #CB995B
Complementary color
Monochromatic Colors of #CB995B
Black with #CB995B
Text Example
Text Example
White with #CB995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB995B; }
p { color: rgb(203,153,91); }
H1.HeaderClassName
{
color: #CB995B;
}
.AnyTagClassName
{
color: #CB995B;
}
</style>
background-color css
<style>
a { background-color: #CB995B; }
a { background-color: rgb(203,153,91); }
div.DivClassName
{
background-color: #CB995B;
}
.BgClassName
{
background-color: #CB995B;
}
</style>
border-color css
<style>
span { border-color: #CB995B; }
span { border-color: rgb(203,153,91); }
td.TdClassName
{
border-color: #CB995B;
}
.TagClassName
{
border-color: #CB995B;
}
</style>