Shades of Twine #CF904D
Tints of Twine #CF904D
RGB
CMYK
RGB Variations
Color information
#CF904D (or 0xCF904D) is known color: Twine. HEX triplet: CF, 90 and 4D. RGB value is (207,144,77). Sum of RGB (Red+Green+Blue) = 207+144+77=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF904D is #306FB2. Grayscale: #9B9B9B. Windows color (decimal): -3174323 or 5083343. OLE color: 5083343.
HSL color Cylindrical-coordinate representation of color #CF904D: hue angle of 30.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF904D is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 77 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.19 |
| HSL | 30.92º | 0.58% | 0.56% | - |
| HSV(B) | 30.92º | 0.63% | 0.81% | - |
| XYZ | 37.04 | 33.75 | 11.58 | - |
| YUV | 155.2 | 83.87 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 77 | 0 | 0.30 | 0.63 | 0.19 | 30.92 | 0.58 | 0.56 |
| Hex | CF | 90 | 4D | 0 | 1E | 3F | 13 | 1F | 3A | 38 |
| Octal | 317 | 220 | 115 | 0 | 36 | 77 | 23 | 37 | 72 | 70 |
| Binary | 11001111 | 10010000 | 1001101 | 0 | 11110 | 111111 | 10011 | 11111 | 111010 | 111000 |
Color Harmonies of #CF904D
Complementary color
Monochromatic Colors of #CF904D
Black with #CF904D
Text Example
Text Example
White with #CF904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF904D; }
p { color: rgb(207,144,77); }
H1.HeaderClassName
{
color: #CF904D;
}
.AnyTagClassName
{
color: #CF904D;
}
</style>
background-color css
<style>
a { background-color: #CF904D; }
a { background-color: rgb(207,144,77); }
div.DivClassName
{
background-color: #CF904D;
}
.BgClassName
{
background-color: #CF904D;
}
</style>
border-color css
<style>
span { border-color: #CF904D; }
span { border-color: rgb(207,144,77); }
td.TdClassName
{
border-color: #CF904D;
}
.TagClassName
{
border-color: #CF904D;
}
</style>