Shades of Twine #CC9B5D
Tints of Twine #CC9B5D
RGB
CMYK
RGB Variations
Color information
#CC9B5D (or 0xCC9B5D) is known color: Twine. HEX triplet: CC, 9B and 5D. RGB value is (204,155,93). Sum of RGB (Red+Green+Blue) = 204+155+93=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9B5D is #3364A2. Grayscale: #A2A2A2. Windows color (decimal): -3368099 or 6134732. OLE color: 6134732.
HSL color Cylindrical-coordinate representation of color #CC9B5D: 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.54%. Process color model (Four color, CMYK) of #CC9B5D is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 155 | 93 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.2 |
| HSL | 33.51º | 0.52% | 0.58% | - |
| HSV(B) | 33.51º | 0.54% | 0.8% | - |
| XYZ | 38.6 | 37.07 | 15.48 | - |
| YUV | 162.58 | 88.73 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 155 | 93 | 0 | 0.24 | 0.54 | 0.2 | 33.51 | 0.52 | 0.58 |
| Hex | CC | 9B | 5D | 0 | 18 | 36 | 14 | 22 | 34 | 3A |
| Octal | 314 | 233 | 135 | 0 | 30 | 66 | 24 | 42 | 64 | 72 |
| Binary | 11001100 | 10011011 | 1011101 | 0 | 11000 | 110110 | 10100 | 100010 | 110100 | 111010 |
Color Harmonies of #CC9B5D
Complementary color
Monochromatic Colors of #CC9B5D
Black with #CC9B5D
Text Example
Text Example
White with #CC9B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9B5D; }
p { color: rgb(204,155,93); }
H1.HeaderClassName
{
color: #CC9B5D;
}
.AnyTagClassName
{
color: #CC9B5D;
}
</style>
background-color css
<style>
a { background-color: #CC9B5D; }
a { background-color: rgb(204,155,93); }
div.DivClassName
{
background-color: #CC9B5D;
}
.BgClassName
{
background-color: #CC9B5D;
}
</style>
border-color css
<style>
span { border-color: #CC9B5D; }
span { border-color: rgb(204,155,93); }
td.TdClassName
{
border-color: #CC9B5D;
}
.TagClassName
{
border-color: #CC9B5D;
}
</style>