Shades of Tacha #CFB264
Tints of Tacha #CFB264
RGB
CMYK
RGB Variations
Color information
#CFB264 (or 0xCFB264) is known color: Tacha. HEX triplet: CF, B2 and 64. RGB value is (207,178,100). Sum of RGB (Red+Green+Blue) = 207+178+100=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB264 is #304D9B. Grayscale: #B2B2B2. Windows color (decimal): -3165596 or 6599375. OLE color: 6599375.
HSL color Cylindrical-coordinate representation of color #CFB264: hue angle of 43.74º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFB264 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 100 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.19 |
| HSL | 43.74º | 0.53% | 0.6% | - |
| HSV(B) | 43.74º | 0.52% | 0.81% | - |
| XYZ | 43.95 | 46.03 | 18.62 | - |
| YUV | 177.78 | 84.11 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 100 | 0 | 0.14 | 0.52 | 0.19 | 43.74 | 0.53 | 0.6 |
| Hex | CF | B2 | 64 | 0 | E | 34 | 13 | 2C | 35 | 3C |
| Octal | 317 | 262 | 144 | 0 | 16 | 64 | 23 | 54 | 65 | 74 |
| Binary | 11001111 | 10110010 | 1100100 | 0 | 1110 | 110100 | 10011 | 101100 | 110101 | 111100 |
Color Harmonies of #CFB264
Complementary color
Monochromatic Colors of #CFB264
Black with #CFB264
Text Example
Text Example
White with #CFB264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB264; }
p { color: rgb(207,178,100); }
H1.HeaderClassName
{
color: #CFB264;
}
.AnyTagClassName
{
color: #CFB264;
}
</style>
background-color css
<style>
a { background-color: #CFB264; }
a { background-color: rgb(207,178,100); }
div.DivClassName
{
background-color: #CFB264;
}
.BgClassName
{
background-color: #CFB264;
}
</style>
border-color css
<style>
span { border-color: #CFB264; }
span { border-color: rgb(207,178,100); }
td.TdClassName
{
border-color: #CFB264;
}
.TagClassName
{
border-color: #CFB264;
}
</style>