Shades of Tacha #CFBD5D
Tints of Tacha #CFBD5D
RGB
CMYK
RGB Variations
Color information
#CFBD5D (or 0xCFBD5D) is known color: Tacha. HEX triplet: CF, BD and 5D. RGB value is (207,189,93). Sum of RGB (Red+Green+Blue) = 207+189+93=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBD5D is #3042A2. Grayscale: #B7B7B7. Windows color (decimal): -3162787 or 6143439. OLE color: 6143439.
HSL color Cylindrical-coordinate representation of color #CFBD5D: hue angle of 50.53º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFBD5D is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 93 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.19 |
| HSL | 50.53º | 0.54% | 0.59% | - |
| HSV(B) | 50.53º | 0.55% | 0.81% | - |
| XYZ | 45.91 | 50.45 | 17.67 | - |
| YUV | 183.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 93 | 0 | 0.09 | 0.55 | 0.19 | 50.53 | 0.54 | 0.59 |
| Hex | CF | BD | 5D | 0 | 9 | 37 | 13 | 33 | 36 | 3B |
| Octal | 317 | 275 | 135 | 0 | 11 | 67 | 23 | 63 | 66 | 73 |
| Binary | 11001111 | 10111101 | 1011101 | 0 | 1001 | 110111 | 10011 | 110011 | 110110 | 111011 |
Color Harmonies of #CFBD5D
Complementary color
Monochromatic Colors of #CFBD5D
Black with #CFBD5D
Text Example
Text Example
White with #CFBD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBD5D; }
p { color: rgb(207,189,93); }
H1.HeaderClassName
{
color: #CFBD5D;
}
.AnyTagClassName
{
color: #CFBD5D;
}
</style>
background-color css
<style>
a { background-color: #CFBD5D; }
a { background-color: rgb(207,189,93); }
div.DivClassName
{
background-color: #CFBD5D;
}
.BgClassName
{
background-color: #CFBD5D;
}
</style>
border-color css
<style>
span { border-color: #CFBD5D; }
span { border-color: rgb(207,189,93); }
td.TdClassName
{
border-color: #CFBD5D;
}
.TagClassName
{
border-color: #CFBD5D;
}
</style>