Shades of Tacha #CFB35D
Tints of Tacha #CFB35D
RGB
CMYK
RGB Variations
Color information
#CFB35D (or 0xCFB35D) is known color: Tacha. HEX triplet: CF, B3 and 5D. RGB value is (207,179,93). Sum of RGB (Red+Green+Blue) = 207+179+93=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB35D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB35D is #304CA2. Grayscale: #B1B1B1. Windows color (decimal): -3165347 or 6140879. OLE color: 6140879.
HSL color Cylindrical-coordinate representation of color #CFB35D: hue angle of 45.26º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFB35D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 93 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.19 |
| HSL | 45.26º | 0.54% | 0.59% | - |
| HSV(B) | 45.26º | 0.55% | 0.81% | - |
| XYZ | 43.83 | 46.3 | 16.98 | - |
| YUV | 177.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 93 | 0 | 0.14 | 0.55 | 0.19 | 45.26 | 0.54 | 0.59 |
| Hex | CF | B3 | 5D | 0 | E | 37 | 13 | 2D | 36 | 3B |
| Octal | 317 | 263 | 135 | 0 | 16 | 67 | 23 | 55 | 66 | 73 |
| Binary | 11001111 | 10110011 | 1011101 | 0 | 1110 | 110111 | 10011 | 101101 | 110110 | 111011 |
Color Harmonies of #CFB35D
Complementary color
Monochromatic Colors of #CFB35D
Black with #CFB35D
Text Example
Text Example
White with #CFB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB35D; }
p { color: rgb(207,179,93); }
H1.HeaderClassName
{
color: #CFB35D;
}
.AnyTagClassName
{
color: #CFB35D;
}
</style>
background-color css
<style>
a { background-color: #CFB35D; }
a { background-color: rgb(207,179,93); }
div.DivClassName
{
background-color: #CFB35D;
}
.BgClassName
{
background-color: #CFB35D;
}
</style>
border-color css
<style>
span { border-color: #CFB35D; }
span { border-color: rgb(207,179,93); }
td.TdClassName
{
border-color: #CFB35D;
}
.TagClassName
{
border-color: #CFB35D;
}
</style>