Shades of Tacha #CFBB5C
Tints of Tacha #CFBB5C
RGB
CMYK
RGB Variations
Color information
#CFBB5C (or 0xCFBB5C) is known color: Tacha. HEX triplet: CF, BB and 5C. RGB value is (207,187,92). Sum of RGB (Red+Green+Blue) = 207+187+92=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB5C is #3044A3. Grayscale: #B6B6B6. Windows color (decimal): -3163300 or 6077391. OLE color: 6077391.
HSL color Cylindrical-coordinate representation of color #CFBB5C: hue angle of 49.57º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFBB5C is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 187 | 92 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.19 |
| HSL | 49.57º | 0.55% | 0.59% | - |
| HSV(B) | 49.57º | 0.56% | 0.81% | - |
| XYZ | 45.43 | 49.58 | 17.3 | - |
| YUV | 182.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 187 | 92 | 0 | 0.10 | 0.56 | 0.19 | 49.57 | 0.55 | 0.59 |
| Hex | CF | BB | 5C | 0 | A | 38 | 13 | 32 | 37 | 3B |
| Octal | 317 | 273 | 134 | 0 | 12 | 70 | 23 | 62 | 67 | 73 |
| Binary | 11001111 | 10111011 | 1011100 | 0 | 1010 | 111000 | 10011 | 110010 | 110111 | 111011 |
Color Harmonies of #CFBB5C
Complementary color
Monochromatic Colors of #CFBB5C
Black with #CFBB5C
Text Example
Text Example
White with #CFBB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBB5C; }
p { color: rgb(207,187,92); }
H1.HeaderClassName
{
color: #CFBB5C;
}
.AnyTagClassName
{
color: #CFBB5C;
}
</style>
background-color css
<style>
a { background-color: #CFBB5C; }
a { background-color: rgb(207,187,92); }
div.DivClassName
{
background-color: #CFBB5C;
}
.BgClassName
{
background-color: #CFBB5C;
}
</style>
border-color css
<style>
span { border-color: #CFBB5C; }
span { border-color: rgb(207,187,92); }
td.TdClassName
{
border-color: #CFBB5C;
}
.TagClassName
{
border-color: #CFBB5C;
}
</style>