Shades of Twine #CB904D
Tints of Twine #CB904D
RGB
CMYK
RGB Variations
Color information
#CB904D (or 0xCB904D) is known color: Twine. HEX triplet: CB, 90 and 4D. RGB value is (203,144,77). Sum of RGB (Red+Green+Blue) = 203+144+77=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB904D is #346FB2. Grayscale: #9A9A9A. Windows color (decimal): -3436467 or 5083339. OLE color: 5083339.
HSL color Cylindrical-coordinate representation of color #CB904D: hue angle of 31.9º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB904D is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 144 | 77 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.20 |
| HSL | 31.9º | 0.55% | 0.55% | - |
| HSV(B) | 31.9º | 0.62% | 0.8% | - |
| XYZ | 35.94 | 33.18 | 11.53 | - |
| YUV | 154 | 84.55 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 144 | 77 | 0 | 0.29 | 0.62 | 0.20 | 31.9 | 0.55 | 0.55 |
| Hex | CB | 90 | 4D | 0 | 1D | 3E | 14 | 20 | 37 | 37 |
| Octal | 313 | 220 | 115 | 0 | 35 | 76 | 24 | 40 | 67 | 67 |
| Binary | 11001011 | 10010000 | 1001101 | 0 | 11101 | 111110 | 10100 | 100000 | 110111 | 110111 |
Color Harmonies of #CB904D
Complementary color
Monochromatic Colors of #CB904D
Black with #CB904D
Text Example
Text Example
White with #CB904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB904D; }
p { color: rgb(203,144,77); }
H1.HeaderClassName
{
color: #CB904D;
}
.AnyTagClassName
{
color: #CB904D;
}
</style>
background-color css
<style>
a { background-color: #CB904D; }
a { background-color: rgb(203,144,77); }
div.DivClassName
{
background-color: #CB904D;
}
.BgClassName
{
background-color: #CB904D;
}
</style>
border-color css
<style>
span { border-color: #CB904D; }
span { border-color: rgb(203,144,77); }
td.TdClassName
{
border-color: #CB904D;
}
.TagClassName
{
border-color: #CB904D;
}
</style>