Shades of Twine #CB8952
Tints of Twine #CB8952
RGB
CMYK
RGB Variations
Color information
#CB8952 (or 0xCB8952) is known color: Twine. HEX triplet: CB, 89 and 52. RGB value is (203,137,82). Sum of RGB (Red+Green+Blue) = 203+137+82=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 137 (53.91% from 255 or 32.46% from 422); Blue value is 82 (32.42% from 255 or 19.43% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8952 is #3476AD. Grayscale: #969696. Windows color (decimal): -3438254 or 5409227. OLE color: 5409227.
HSL color Cylindrical-coordinate representation of color #CB8952: hue angle of 27.27º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB8952 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 137 | 82 | - |
| CMYK | 0 | 0.33 | 0.60 | 0.20 |
| HSL | 27.27º | 0.54% | 0.56% | - |
| HSV(B) | 27.27º | 0.6% | 0.8% | - |
| XYZ | 35.1 | 31.2 | 12.15 | - |
| YUV | 150.46 | 89.37 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 137 | 82 | 0 | 0.33 | 0.60 | 0.20 | 27.27 | 0.54 | 0.56 |
| Hex | CB | 89 | 52 | 0 | 21 | 3C | 14 | 1B | 36 | 38 |
| Octal | 313 | 211 | 122 | 0 | 41 | 74 | 24 | 33 | 66 | 70 |
| Binary | 11001011 | 10001001 | 1010010 | 0 | 100001 | 111100 | 10100 | 11011 | 110110 | 111000 |
Color Harmonies of #CB8952
Complementary color
Monochromatic Colors of #CB8952
Black with #CB8952
Text Example
Text Example
White with #CB8952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8952; }
p { color: rgb(203,137,82); }
H1.HeaderClassName
{
color: #CB8952;
}
.AnyTagClassName
{
color: #CB8952;
}
</style>
background-color css
<style>
a { background-color: #CB8952; }
a { background-color: rgb(203,137,82); }
div.DivClassName
{
background-color: #CB8952;
}
.BgClassName
{
background-color: #CB8952;
}
</style>
border-color css
<style>
span { border-color: #CB8952; }
span { border-color: rgb(203,137,82); }
td.TdClassName
{
border-color: #CB8952;
}
.TagClassName
{
border-color: #CB8952;
}
</style>