Shades of Twine #CC914F
Tints of Twine #CC914F
RGB
CMYK
RGB Variations
Color information
#CC914F (or 0xCC914F) is known color: Twine. HEX triplet: CC, 91 and 4F. RGB value is (204,145,79). Sum of RGB (Red+Green+Blue) = 204+145+79=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 79 (31.25% from 255 or 18.46% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC914F is #336EB0. Grayscale: #9B9B9B. Windows color (decimal): -3370673 or 5214668. OLE color: 5214668.
HSL color Cylindrical-coordinate representation of color #CC914F: hue angle of 31.68º 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 #CC914F is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 79 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.2 |
| HSL | 31.68º | 0.55% | 0.55% | - |
| HSV(B) | 31.68º | 0.61% | 0.8% | - |
| XYZ | 36.44 | 33.65 | 11.97 | - |
| YUV | 155.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 79 | 0 | 0.29 | 0.61 | 0.2 | 31.68 | 0.55 | 0.55 |
| Hex | CC | 91 | 4F | 0 | 1D | 3D | 14 | 20 | 37 | 37 |
| Octal | 314 | 221 | 117 | 0 | 35 | 75 | 24 | 40 | 67 | 67 |
| Binary | 11001100 | 10010001 | 1001111 | 0 | 11101 | 111101 | 10100 | 100000 | 110111 | 110111 |
Color Harmonies of #CC914F
Complementary color
Monochromatic Colors of #CC914F
Black with #CC914F
Text Example
Text Example
White with #CC914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC914F; }
p { color: rgb(204,145,79); }
H1.HeaderClassName
{
color: #CC914F;
}
.AnyTagClassName
{
color: #CC914F;
}
</style>
background-color css
<style>
a { background-color: #CC914F; }
a { background-color: rgb(204,145,79); }
div.DivClassName
{
background-color: #CC914F;
}
.BgClassName
{
background-color: #CC914F;
}
</style>
border-color css
<style>
span { border-color: #CC914F; }
span { border-color: rgb(204,145,79); }
td.TdClassName
{
border-color: #CC914F;
}
.TagClassName
{
border-color: #CC914F;
}
</style>