Shades of Twine #CB934F
Tints of Twine #CB934F
RGB
CMYK
RGB Variations
Color information
#CB934F (or 0xCB934F) is known color: Twine. HEX triplet: CB, 93 and 4F. RGB value is (203,147,79). Sum of RGB (Red+Green+Blue) = 203+147+79=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB934F is #346CB0. Grayscale: #9C9C9C. Windows color (decimal): -3435697 or 5215179. OLE color: 5215179.
HSL color Cylindrical-coordinate representation of color #CB934F: hue angle of 32.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB934F is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 79 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.20 |
| HSL | 32.9º | 0.54% | 0.55% | - |
| HSV(B) | 32.9º | 0.61% | 0.8% | - |
| XYZ | 36.47 | 34.13 | 12.06 | - |
| YUV | 155.99 | 84.55 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 79 | 0 | 0.28 | 0.61 | 0.20 | 32.9 | 0.54 | 0.55 |
| Hex | CB | 93 | 4F | 0 | 1C | 3D | 14 | 21 | 36 | 37 |
| Octal | 313 | 223 | 117 | 0 | 34 | 75 | 24 | 41 | 66 | 67 |
| Binary | 11001011 | 10010011 | 1001111 | 0 | 11100 | 111101 | 10100 | 100001 | 110110 | 110111 |
Color Harmonies of #CB934F
Complementary color
Monochromatic Colors of #CB934F
Black with #CB934F
Text Example
Text Example
White with #CB934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB934F; }
p { color: rgb(203,147,79); }
H1.HeaderClassName
{
color: #CB934F;
}
.AnyTagClassName
{
color: #CB934F;
}
</style>
background-color css
<style>
a { background-color: #CB934F; }
a { background-color: rgb(203,147,79); }
div.DivClassName
{
background-color: #CB934F;
}
.BgClassName
{
background-color: #CB934F;
}
</style>
border-color css
<style>
span { border-color: #CB934F; }
span { border-color: rgb(203,147,79); }
td.TdClassName
{
border-color: #CB934F;
}
.TagClassName
{
border-color: #CB934F;
}
</style>