Shades of Twine #CB985C
Tints of Twine #CB985C
RGB
CMYK
RGB Variations
Color information
#CB985C (or 0xCB985C) is known color: Twine. HEX triplet: CB, 98 and 5C. RGB value is (203,152,92). Sum of RGB (Red+Green+Blue) = 203+152+92=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB985C is #3467A3. Grayscale: #A0A0A0. Windows color (decimal): -3434404 or 6068427. OLE color: 6068427.
HSL color Cylindrical-coordinate representation of color #CB985C: hue angle of 32.43º 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 #CB985C is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 92 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.20 |
| HSL | 32.43º | 0.52% | 0.58% | - |
| HSV(B) | 32.43º | 0.55% | 0.8% | - |
| XYZ | 37.79 | 35.93 | 15.07 | - |
| YUV | 160.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 92 | 0 | 0.25 | 0.55 | 0.20 | 32.43 | 0.52 | 0.58 |
| Hex | CB | 98 | 5C | 0 | 19 | 37 | 14 | 20 | 34 | 3A |
| Octal | 313 | 230 | 134 | 0 | 31 | 67 | 24 | 40 | 64 | 72 |
| Binary | 11001011 | 10011000 | 1011100 | 0 | 11001 | 110111 | 10100 | 100000 | 110100 | 111010 |
Color Harmonies of #CB985C
Complementary color
Monochromatic Colors of #CB985C
Black with #CB985C
Text Example
Text Example
White with #CB985C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB985C; }
p { color: rgb(203,152,92); }
H1.HeaderClassName
{
color: #CB985C;
}
.AnyTagClassName
{
color: #CB985C;
}
</style>
background-color css
<style>
a { background-color: #CB985C; }
a { background-color: rgb(203,152,92); }
div.DivClassName
{
background-color: #CB985C;
}
.BgClassName
{
background-color: #CB985C;
}
</style>
border-color css
<style>
span { border-color: #CB985C; }
span { border-color: rgb(203,152,92); }
td.TdClassName
{
border-color: #CB985C;
}
.TagClassName
{
border-color: #CB985C;
}
</style>