Shades of Tacha #CFB35C
Tints of Tacha #CFB35C
RGB
CMYK
RGB Variations
Color information
#CFB35C (or 0xCFB35C) is known color: Tacha. HEX triplet: CF, B3 and 5C. RGB value is (207,179,92). Sum of RGB (Red+Green+Blue) = 207+179+92=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB35C is #304CA3. Grayscale: #B1B1B1. Windows color (decimal): -3165348 or 6075343. OLE color: 6075343.
HSL color Cylindrical-coordinate representation of color #CFB35C: hue angle of 45.39º 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 #CFB35C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 179 | 92 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.19 |
| HSL | 45.39º | 0.55% | 0.59% | - |
| HSV(B) | 45.39º | 0.56% | 0.81% | - |
| XYZ | 43.78 | 46.28 | 16.75 | - |
| YUV | 177.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 179 | 92 | 0 | 0.14 | 0.56 | 0.19 | 45.39 | 0.55 | 0.59 |
| Hex | CF | B3 | 5C | 0 | E | 38 | 13 | 2D | 37 | 3B |
| Octal | 317 | 263 | 134 | 0 | 16 | 70 | 23 | 55 | 67 | 73 |
| Binary | 11001111 | 10110011 | 1011100 | 0 | 1110 | 111000 | 10011 | 101101 | 110111 | 111011 |
Color Harmonies of #CFB35C
Complementary color
Monochromatic Colors of #CFB35C
Black with #CFB35C
Text Example
Text Example
White with #CFB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB35C; }
p { color: rgb(207,179,92); }
H1.HeaderClassName
{
color: #CFB35C;
}
.AnyTagClassName
{
color: #CFB35C;
}
</style>
background-color css
<style>
a { background-color: #CFB35C; }
a { background-color: rgb(207,179,92); }
div.DivClassName
{
background-color: #CFB35C;
}
.BgClassName
{
background-color: #CFB35C;
}
</style>
border-color css
<style>
span { border-color: #CFB35C; }
span { border-color: rgb(207,179,92); }
td.TdClassName
{
border-color: #CFB35C;
}
.TagClassName
{
border-color: #CFB35C;
}
</style>