Shades of Tacha #CFBD67
Tints of Tacha #CFBD67
RGB
CMYK
RGB Variations
Color information
#CFBD67 (or 0xCFBD67) is known color: Tacha. HEX triplet: CF, BD and 67. RGB value is (207,189,103). Sum of RGB (Red+Green+Blue) = 207+189+103=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD67 is #304298. Grayscale: #B8B8B8. Windows color (decimal): -3162777 or 6798799. OLE color: 6798799.
HSL color Cylindrical-coordinate representation of color #CFBD67: hue angle of 49.62º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFBD67 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 103 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.19 |
| HSL | 49.62º | 0.52% | 0.61% | - |
| HSV(B) | 49.62º | 0.5% | 0.81% | - |
| XYZ | 46.38 | 50.64 | 20.16 | - |
| YUV | 184.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 103 | 0 | 0.09 | 0.50 | 0.19 | 49.62 | 0.52 | 0.61 |
| Hex | CF | BD | 67 | 0 | 9 | 32 | 13 | 32 | 34 | 3D |
| Octal | 317 | 275 | 147 | 0 | 11 | 62 | 23 | 62 | 64 | 75 |
| Binary | 11001111 | 10111101 | 1100111 | 0 | 1001 | 110010 | 10011 | 110010 | 110100 | 111101 |
Color Harmonies of #CFBD67
Complementary color
Monochromatic Colors of #CFBD67
Black with #CFBD67
Text Example
Text Example
White with #CFBD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD67; }
p { color: rgb(207,189,103); }
H1.HeaderClassName
{
color: #CFBD67;
}
.AnyTagClassName
{
color: #CFBD67;
}
</style>
background-color css
<style>
a { background-color: #CFBD67; }
a { background-color: rgb(207,189,103); }
div.DivClassName
{
background-color: #CFBD67;
}
.BgClassName
{
background-color: #CFBD67;
}
</style>
border-color css
<style>
span { border-color: #CFBD67; }
span { border-color: rgb(207,189,103); }
td.TdClassName
{
border-color: #CFBD67;
}
.TagClassName
{
border-color: #CFBD67;
}
</style>