Shades of Tacha #CFB85C
Tints of Tacha #CFB85C
RGB
CMYK
RGB Variations
Color information
#CFB85C (or 0xCFB85C) is known color: Tacha. HEX triplet: CF, B8 and 5C. RGB value is (207,184,92). Sum of RGB (Red+Green+Blue) = 207+184+92=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB85C is #3047A3. Grayscale: #B4B4B4. Windows color (decimal): -3164068 or 6076623. OLE color: 6076623.
HSL color Cylindrical-coordinate representation of color #CFB85C: hue angle of 48º 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 #CFB85C is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 184 | 92 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.19 |
| HSL | 48º | 0.55% | 0.59% | - |
| HSV(B) | 48º | 0.56% | 0.81% | - |
| XYZ | 44.8 | 48.32 | 17.09 | - |
| YUV | 180.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 184 | 92 | 0 | 0.11 | 0.56 | 0.19 | 48 | 0.55 | 0.59 |
| Hex | CF | B8 | 5C | 0 | B | 38 | 13 | 30 | 37 | 3B |
| Octal | 317 | 270 | 134 | 0 | 13 | 70 | 23 | 60 | 67 | 73 |
| Binary | 11001111 | 10111000 | 1011100 | 0 | 1011 | 111000 | 10011 | 110000 | 110111 | 111011 |
Color Harmonies of #CFB85C
Complementary color
Monochromatic Colors of #CFB85C
Black with #CFB85C
Text Example
Text Example
White with #CFB85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB85C; }
p { color: rgb(207,184,92); }
H1.HeaderClassName
{
color: #CFB85C;
}
.AnyTagClassName
{
color: #CFB85C;
}
</style>
background-color css
<style>
a { background-color: #CFB85C; }
a { background-color: rgb(207,184,92); }
div.DivClassName
{
background-color: #CFB85C;
}
.BgClassName
{
background-color: #CFB85C;
}
</style>
border-color css
<style>
span { border-color: #CFB85C; }
span { border-color: rgb(207,184,92); }
td.TdClassName
{
border-color: #CFB85C;
}
.TagClassName
{
border-color: #CFB85C;
}
</style>