Shades of Tacha #CFB65B
Tints of Tacha #CFB65B
RGB
CMYK
RGB Variations
Color information
#CFB65B (or 0xCFB65B) is known color: Tacha. HEX triplet: CF, B6 and 5B. RGB value is (207,182,91). Sum of RGB (Red+Green+Blue) = 207+182+91=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB65B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB65B is #3049A4. Grayscale: #B3B3B3. Windows color (decimal): -3164581 or 6010575. OLE color: 6010575.
HSL color Cylindrical-coordinate representation of color #CFB65B: hue angle of 47.07º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFB65B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 91 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.19 |
| HSL | 47.07º | 0.55% | 0.58% | - |
| HSV(B) | 47.07º | 0.56% | 0.81% | - |
| XYZ | 44.35 | 47.48 | 16.72 | - |
| YUV | 179.1 | 78.28 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 91 | 0 | 0.12 | 0.56 | 0.19 | 47.07 | 0.55 | 0.58 |
| Hex | CF | B6 | 5B | 0 | C | 38 | 13 | 2F | 37 | 3A |
| Octal | 317 | 266 | 133 | 0 | 14 | 70 | 23 | 57 | 67 | 72 |
| Binary | 11001111 | 10110110 | 1011011 | 0 | 1100 | 111000 | 10011 | 101111 | 110111 | 111010 |
Color Harmonies of #CFB65B
Complementary color
Monochromatic Colors of #CFB65B
Black with #CFB65B
Text Example
Text Example
White with #CFB65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB65B; }
p { color: rgb(207,182,91); }
H1.HeaderClassName
{
color: #CFB65B;
}
.AnyTagClassName
{
color: #CFB65B;
}
</style>
background-color css
<style>
a { background-color: #CFB65B; }
a { background-color: rgb(207,182,91); }
div.DivClassName
{
background-color: #CFB65B;
}
.BgClassName
{
background-color: #CFB65B;
}
</style>
border-color css
<style>
span { border-color: #CFB65B; }
span { border-color: rgb(207,182,91); }
td.TdClassName
{
border-color: #CFB65B;
}
.TagClassName
{
border-color: #CFB65B;
}
</style>