Shades of Tacha #CFB767
Tints of Tacha #CFB767
RGB
CMYK
RGB Variations
Color information
#CFB767 (or 0xCFB767) is known color: Tacha. HEX triplet: CF, B7 and 67. RGB value is (207,183,103). Sum of RGB (Red+Green+Blue) = 207+183+103=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB767 is #304898. Grayscale: #B5B5B5. Windows color (decimal): -3164313 or 6797263. OLE color: 6797263.
HSL color Cylindrical-coordinate representation of color #CFB767: hue angle of 46.15º 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 #CFB767 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 183 | 103 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.19 |
| HSL | 46.15º | 0.52% | 0.61% | - |
| HSV(B) | 46.15º | 0.5% | 0.81% | - |
| XYZ | 45.11 | 48.11 | 19.74 | - |
| YUV | 181.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 183 | 103 | 0 | 0.12 | 0.50 | 0.19 | 46.15 | 0.52 | 0.61 |
| Hex | CF | B7 | 67 | 0 | C | 32 | 13 | 2E | 34 | 3D |
| Octal | 317 | 267 | 147 | 0 | 14 | 62 | 23 | 56 | 64 | 75 |
| Binary | 11001111 | 10110111 | 1100111 | 0 | 1100 | 110010 | 10011 | 101110 | 110100 | 111101 |
Color Harmonies of #CFB767
Complementary color
Monochromatic Colors of #CFB767
Black with #CFB767
Text Example
Text Example
White with #CFB767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB767; }
p { color: rgb(207,183,103); }
H1.HeaderClassName
{
color: #CFB767;
}
.AnyTagClassName
{
color: #CFB767;
}
</style>
background-color css
<style>
a { background-color: #CFB767; }
a { background-color: rgb(207,183,103); }
div.DivClassName
{
background-color: #CFB767;
}
.BgClassName
{
background-color: #CFB767;
}
</style>
border-color css
<style>
span { border-color: #CFB767; }
span { border-color: rgb(207,183,103); }
td.TdClassName
{
border-color: #CFB767;
}
.TagClassName
{
border-color: #CFB767;
}
</style>