Shades of Twine #CB934E
Tints of Twine #CB934E
RGB
CMYK
RGB Variations
Color information
#CB934E (or 0xCB934E) is known color: Twine. HEX triplet: CB, 93 and 4E. RGB value is (203,147,78). Sum of RGB (Red+Green+Blue) = 203+147+78=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB934E is #346CB1. Grayscale: #9C9C9C. Windows color (decimal): -3435698 or 5149643. OLE color: 5149643.
HSL color Cylindrical-coordinate representation of color #CB934E: hue angle of 33.12º 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 #CB934E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 147 | 78 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.20 |
| HSL | 33.12º | 0.55% | 0.55% | - |
| HSV(B) | 33.12º | 0.62% | 0.8% | - |
| XYZ | 36.44 | 34.11 | 11.87 | - |
| YUV | 155.88 | 84.05 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 147 | 78 | 0 | 0.28 | 0.62 | 0.20 | 33.12 | 0.55 | 0.55 |
| Hex | CB | 93 | 4E | 0 | 1C | 3E | 14 | 21 | 37 | 37 |
| Octal | 313 | 223 | 116 | 0 | 34 | 76 | 24 | 41 | 67 | 67 |
| Binary | 11001011 | 10010011 | 1001110 | 0 | 11100 | 111110 | 10100 | 100001 | 110111 | 110111 |
Color Harmonies of #CB934E
Complementary color
Monochromatic Colors of #CB934E
Black with #CB934E
Text Example
Text Example
White with #CB934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB934E; }
p { color: rgb(203,147,78); }
H1.HeaderClassName
{
color: #CB934E;
}
.AnyTagClassName
{
color: #CB934E;
}
</style>
background-color css
<style>
a { background-color: #CB934E; }
a { background-color: rgb(203,147,78); }
div.DivClassName
{
background-color: #CB934E;
}
.BgClassName
{
background-color: #CB934E;
}
</style>
border-color css
<style>
span { border-color: #CB934E; }
span { border-color: rgb(203,147,78); }
td.TdClassName
{
border-color: #CB934E;
}
.TagClassName
{
border-color: #CB934E;
}
</style>