Shades of Twine #CB9A5C
Tints of Twine #CB9A5C
RGB
CMYK
RGB Variations
Color information
#CB9A5C (or 0xCB9A5C) is known color: Twine. HEX triplet: CB, 9A and 5C. RGB value is (203,154,92). Sum of RGB (Red+Green+Blue) = 203+154+92=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A5C is #3465A3. Grayscale: #A1A1A1. Windows color (decimal): -3433892 or 6068939. OLE color: 6068939.
HSL color Cylindrical-coordinate representation of color #CB9A5C: hue angle of 33.51º 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 #CB9A5C is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 154 | 92 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.20 |
| HSL | 33.51º | 0.52% | 0.58% | - |
| HSV(B) | 33.51º | 0.55% | 0.8% | - |
| XYZ | 38.12 | 36.58 | 15.18 | - |
| YUV | 161.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 154 | 92 | 0 | 0.24 | 0.55 | 0.20 | 33.51 | 0.52 | 0.58 |
| Hex | CB | 9A | 5C | 0 | 18 | 37 | 14 | 22 | 34 | 3A |
| Octal | 313 | 232 | 134 | 0 | 30 | 67 | 24 | 42 | 64 | 72 |
| Binary | 11001011 | 10011010 | 1011100 | 0 | 11000 | 110111 | 10100 | 100010 | 110100 | 111010 |
Color Harmonies of #CB9A5C
Complementary color
Monochromatic Colors of #CB9A5C
Black with #CB9A5C
Text Example
Text Example
White with #CB9A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9A5C; }
p { color: rgb(203,154,92); }
H1.HeaderClassName
{
color: #CB9A5C;
}
.AnyTagClassName
{
color: #CB9A5C;
}
</style>
background-color css
<style>
a { background-color: #CB9A5C; }
a { background-color: rgb(203,154,92); }
div.DivClassName
{
background-color: #CB9A5C;
}
.BgClassName
{
background-color: #CB9A5C;
}
</style>
border-color css
<style>
span { border-color: #CB9A5C; }
span { border-color: rgb(203,154,92); }
td.TdClassName
{
border-color: #CB9A5C;
}
.TagClassName
{
border-color: #CB9A5C;
}
</style>