Shades of Twine #CC994F
Tints of Twine #CC994F
RGB
CMYK
RGB Variations
Color information
#CC994F (or 0xCC994F) is known color: Twine. HEX triplet: CC, 99 and 4F. RGB value is (204,153,79). Sum of RGB (Red+Green+Blue) = 204+153+79=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 79 (31.25% from 255 or 18.12% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC994F is #3366B0. Grayscale: #A0A0A0. Windows color (decimal): -3368625 or 5216716. OLE color: 5216716.
HSL color Cylindrical-coordinate representation of color #CC994F: hue angle of 35.52º degrees, saturation: 0.55, 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 #CC994F is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 79 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.2 |
| HSL | 35.52º | 0.55% | 0.55% | - |
| HSV(B) | 35.52º | 0.61% | 0.8% | - |
| XYZ | 37.7 | 36.18 | 12.39 | - |
| YUV | 159.81 | 82.4 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 79 | 0 | 0.25 | 0.61 | 0.2 | 35.52 | 0.55 | 0.55 |
| Hex | CC | 99 | 4F | 0 | 19 | 3D | 14 | 24 | 37 | 37 |
| Octal | 314 | 231 | 117 | 0 | 31 | 75 | 24 | 44 | 67 | 67 |
| Binary | 11001100 | 10011001 | 1001111 | 0 | 11001 | 111101 | 10100 | 100100 | 110111 | 110111 |
Color Harmonies of #CC994F
Complementary color
Monochromatic Colors of #CC994F
Black with #CC994F
Text Example
Text Example
White with #CC994F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC994F; }
p { color: rgb(204,153,79); }
H1.HeaderClassName
{
color: #CC994F;
}
.AnyTagClassName
{
color: #CC994F;
}
</style>
background-color css
<style>
a { background-color: #CC994F; }
a { background-color: rgb(204,153,79); }
div.DivClassName
{
background-color: #CC994F;
}
.BgClassName
{
background-color: #CC994F;
}
</style>
border-color css
<style>
span { border-color: #CC994F; }
span { border-color: rgb(204,153,79); }
td.TdClassName
{
border-color: #CC994F;
}
.TagClassName
{
border-color: #CC994F;
}
</style>