Shades of Twine #CB975B
Tints of Twine #CB975B
RGB
CMYK
RGB Variations
Color information
#CB975B (or 0xCB975B) is known color: Twine. HEX triplet: CB, 97 and 5B. RGB value is (203,151,91). Sum of RGB (Red+Green+Blue) = 203+151+91=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 151 (59.38% from 255 or 33.93% from 445); Blue value is 91 (35.94% from 255 or 20.45% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB975B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB975B is #3468A4. Grayscale: #9F9F9F. Windows color (decimal): -3434661 or 6002635. OLE color: 6002635.
HSL color Cylindrical-coordinate representation of color #CB975B: hue angle of 32.14º 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 #CB975B is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 91 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.20 |
| HSL | 32.14º | 0.52% | 0.58% | - |
| HSV(B) | 32.14º | 0.55% | 0.8% | - |
| XYZ | 37.58 | 35.59 | 14.79 | - |
| YUV | 159.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 91 | 0 | 0.26 | 0.55 | 0.20 | 32.14 | 0.52 | 0.58 |
| Hex | CB | 97 | 5B | 0 | 1A | 37 | 14 | 20 | 34 | 3A |
| Octal | 313 | 227 | 133 | 0 | 32 | 67 | 24 | 40 | 64 | 72 |
| Binary | 11001011 | 10010111 | 1011011 | 0 | 11010 | 110111 | 10100 | 100000 | 110100 | 111010 |
Color Harmonies of #CB975B
Complementary color
Monochromatic Colors of #CB975B
Black with #CB975B
Text Example
Text Example
White with #CB975B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB975B; }
p { color: rgb(203,151,91); }
H1.HeaderClassName
{
color: #CB975B;
}
.AnyTagClassName
{
color: #CB975B;
}
</style>
background-color css
<style>
a { background-color: #CB975B; }
a { background-color: rgb(203,151,91); }
div.DivClassName
{
background-color: #CB975B;
}
.BgClassName
{
background-color: #CB975B;
}
</style>
border-color css
<style>
span { border-color: #CB975B; }
span { border-color: rgb(203,151,91); }
td.TdClassName
{
border-color: #CB975B;
}
.TagClassName
{
border-color: #CB975B;
}
</style>