Shades of Twine #CF9A53
Tints of Twine #CF9A53
RGB
CMYK
RGB Variations
Color information
#CF9A53 (or 0xCF9A53) is known color: Twine. HEX triplet: CF, 9A and 53. RGB value is (207,154,83). Sum of RGB (Red+Green+Blue) = 207+154+83=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9A53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9A53 is #3065AC. Grayscale: #A2A2A2. Windows color (decimal): -3171757 or 5479119. OLE color: 5479119.
HSL color Cylindrical-coordinate representation of color #CF9A53: hue angle of 34.35º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF9A53 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 154 | 83 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.19 |
| HSL | 34.35º | 0.56% | 0.57% | - |
| HSV(B) | 34.35º | 0.6% | 0.81% | - |
| XYZ | 38.85 | 37 | 13.28 | - |
| YUV | 161.75 | 83.56 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 154 | 83 | 0 | 0.26 | 0.60 | 0.19 | 34.35 | 0.56 | 0.57 |
| Hex | CF | 9A | 53 | 0 | 1A | 3C | 13 | 22 | 38 | 39 |
| Octal | 317 | 232 | 123 | 0 | 32 | 74 | 23 | 42 | 70 | 71 |
| Binary | 11001111 | 10011010 | 1010011 | 0 | 11010 | 111100 | 10011 | 100010 | 111000 | 111001 |
Color Harmonies of #CF9A53
Complementary color
Monochromatic Colors of #CF9A53
Black with #CF9A53
Text Example
Text Example
White with #CF9A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9A53; }
p { color: rgb(207,154,83); }
H1.HeaderClassName
{
color: #CF9A53;
}
.AnyTagClassName
{
color: #CF9A53;
}
</style>
background-color css
<style>
a { background-color: #CF9A53; }
a { background-color: rgb(207,154,83); }
div.DivClassName
{
background-color: #CF9A53;
}
.BgClassName
{
background-color: #CF9A53;
}
</style>
border-color css
<style>
span { border-color: #CF9A53; }
span { border-color: rgb(207,154,83); }
td.TdClassName
{
border-color: #CF9A53;
}
.TagClassName
{
border-color: #CF9A53;
}
</style>