Shades of Twine #CC934E
Tints of Twine #CC934E
RGB
CMYK
RGB Variations
Color information
#CC934E (or 0xCC934E) is known color: Twine. HEX triplet: CC, 93 and 4E. RGB value is (204,147,78). Sum of RGB (Red+Green+Blue) = 204+147+78=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC934E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC934E is #336CB1. Grayscale: #9C9C9C. Windows color (decimal): -3370162 or 5149644. OLE color: 5149644.
HSL color Cylindrical-coordinate representation of color #CC934E: hue angle of 32.86º 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 #CC934E is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 78 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.2 |
| HSL | 32.86º | 0.55% | 0.55% | - |
| HSV(B) | 32.86º | 0.62% | 0.8% | - |
| XYZ | 36.71 | 34.25 | 11.88 | - |
| YUV | 156.18 | 83.88 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 78 | 0 | 0.28 | 0.62 | 0.2 | 32.86 | 0.55 | 0.55 |
| Hex | CC | 93 | 4E | 0 | 1C | 3E | 14 | 21 | 37 | 37 |
| Octal | 314 | 223 | 116 | 0 | 34 | 76 | 24 | 41 | 67 | 67 |
| Binary | 11001100 | 10010011 | 1001110 | 0 | 11100 | 111110 | 10100 | 100001 | 110111 | 110111 |
Color Harmonies of #CC934E
Complementary color
Monochromatic Colors of #CC934E
Black with #CC934E
Text Example
Text Example
White with #CC934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC934E; }
p { color: rgb(204,147,78); }
H1.HeaderClassName
{
color: #CC934E;
}
.AnyTagClassName
{
color: #CC934E;
}
</style>
background-color css
<style>
a { background-color: #CC934E; }
a { background-color: rgb(204,147,78); }
div.DivClassName
{
background-color: #CC934E;
}
.BgClassName
{
background-color: #CC934E;
}
</style>
border-color css
<style>
span { border-color: #CC934E; }
span { border-color: rgb(204,147,78); }
td.TdClassName
{
border-color: #CC934E;
}
.TagClassName
{
border-color: #CC934E;
}
</style>