Shades of Twine #CB955A
Tints of Twine #CB955A
RGB
CMYK
RGB Variations
Color information
#CB955A (or 0xCB955A) is known color: Twine. HEX triplet: CB, 95 and 5A. RGB value is (203,149,90). Sum of RGB (Red+Green+Blue) = 203+149+90=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 90 (35.55% from 255 or 20.36% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB955A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB955A is #346AA5. Grayscale: #9E9E9E. Windows color (decimal): -3435174 or 5936587. OLE color: 5936587.
HSL color Cylindrical-coordinate representation of color #CB955A: hue angle of 31.33º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB955A is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 149 | 90 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.20 |
| HSL | 31.33º | 0.52% | 0.57% | - |
| HSV(B) | 31.33º | 0.56% | 0.8% | - |
| XYZ | 37.22 | 34.93 | 14.45 | - |
| YUV | 158.42 | 89.39 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 149 | 90 | 0 | 0.27 | 0.56 | 0.20 | 31.33 | 0.52 | 0.57 |
| Hex | CB | 95 | 5A | 0 | 1B | 38 | 14 | 1F | 34 | 39 |
| Octal | 313 | 225 | 132 | 0 | 33 | 70 | 24 | 37 | 64 | 71 |
| Binary | 11001011 | 10010101 | 1011010 | 0 | 11011 | 111000 | 10100 | 11111 | 110100 | 111001 |
Color Harmonies of #CB955A
Complementary color
Monochromatic Colors of #CB955A
Black with #CB955A
Text Example
Text Example
White with #CB955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB955A; }
p { color: rgb(203,149,90); }
H1.HeaderClassName
{
color: #CB955A;
}
.AnyTagClassName
{
color: #CB955A;
}
</style>
background-color css
<style>
a { background-color: #CB955A; }
a { background-color: rgb(203,149,90); }
div.DivClassName
{
background-color: #CB955A;
}
.BgClassName
{
background-color: #CB955A;
}
</style>
border-color css
<style>
span { border-color: #CB955A; }
span { border-color: rgb(203,149,90); }
td.TdClassName
{
border-color: #CB955A;
}
.TagClassName
{
border-color: #CB955A;
}
</style>