Shades of Twine #CF914E
Tints of Twine #CF914E
RGB
CMYK
RGB Variations
Color information
#CF914E (or 0xCF914E) is known color: Twine. HEX triplet: CF, 91 and 4E. RGB value is (207,145,78). Sum of RGB (Red+Green+Blue) = 207+145+78=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF914E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF914E is #306EB1. Grayscale: #9C9C9C. Windows color (decimal): -3174066 or 5149135. OLE color: 5149135.
HSL color Cylindrical-coordinate representation of color #CF914E: hue angle of 31.16º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF914E is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 78 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.19 |
| HSL | 31.16º | 0.57% | 0.56% | - |
| HSV(B) | 31.16º | 0.62% | 0.81% | - |
| XYZ | 37.23 | 34.07 | 11.82 | - |
| YUV | 155.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 78 | 0 | 0.30 | 0.62 | 0.19 | 31.16 | 0.57 | 0.56 |
| Hex | CF | 91 | 4E | 0 | 1E | 3E | 13 | 1F | 39 | 38 |
| Octal | 317 | 221 | 116 | 0 | 36 | 76 | 23 | 37 | 71 | 70 |
| Binary | 11001111 | 10010001 | 1001110 | 0 | 11110 | 111110 | 10011 | 11111 | 111001 | 111000 |
Color Harmonies of #CF914E
Complementary color
Monochromatic Colors of #CF914E
Black with #CF914E
Text Example
Text Example
White with #CF914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF914E; }
p { color: rgb(207,145,78); }
H1.HeaderClassName
{
color: #CF914E;
}
.AnyTagClassName
{
color: #CF914E;
}
</style>
background-color css
<style>
a { background-color: #CF914E; }
a { background-color: rgb(207,145,78); }
div.DivClassName
{
background-color: #CF914E;
}
.BgClassName
{
background-color: #CF914E;
}
</style>
border-color css
<style>
span { border-color: #CF914E; }
span { border-color: rgb(207,145,78); }
td.TdClassName
{
border-color: #CF914E;
}
.TagClassName
{
border-color: #CF914E;
}
</style>