Shades of Twine #CF9350
Tints of Twine #CF9350
RGB
CMYK
RGB Variations
Color information
#CF9350 (or 0xCF9350) is known color: Twine. HEX triplet: CF, 93 and 50. RGB value is (207,147,80). Sum of RGB (Red+Green+Blue) = 207+147+80=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 147 (57.81% from 255 or 33.87% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9350 is #306CAF. Grayscale: #9D9D9D. Windows color (decimal): -3173552 or 5280719. OLE color: 5280719.
HSL color Cylindrical-coordinate representation of color #CF9350: hue angle of 31.65º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF9350 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 80 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.19 |
| HSL | 31.65º | 0.57% | 0.56% | - |
| HSV(B) | 31.65º | 0.61% | 0.81% | - |
| XYZ | 37.61 | 34.71 | 12.31 | - |
| YUV | 157.3 | 84.38 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 80 | 0 | 0.29 | 0.61 | 0.19 | 31.65 | 0.57 | 0.56 |
| Hex | CF | 93 | 50 | 0 | 1D | 3D | 13 | 20 | 39 | 38 |
| Octal | 317 | 223 | 120 | 0 | 35 | 75 | 23 | 40 | 71 | 70 |
| Binary | 11001111 | 10010011 | 1010000 | 0 | 11101 | 111101 | 10011 | 100000 | 111001 | 111000 |
Color Harmonies of #CF9350
Complementary color
Monochromatic Colors of #CF9350
Black with #CF9350
Text Example
Text Example
White with #CF9350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9350; }
p { color: rgb(207,147,80); }
H1.HeaderClassName
{
color: #CF9350;
}
.AnyTagClassName
{
color: #CF9350;
}
</style>
background-color css
<style>
a { background-color: #CF9350; }
a { background-color: rgb(207,147,80); }
div.DivClassName
{
background-color: #CF9350;
}
.BgClassName
{
background-color: #CF9350;
}
</style>
border-color css
<style>
span { border-color: #CF9350; }
span { border-color: rgb(207,147,80); }
td.TdClassName
{
border-color: #CF9350;
}
.TagClassName
{
border-color: #CF9350;
}
</style>