Shades of Tacha #CFB665
Tints of Tacha #CFB665
RGB
CMYK
RGB Variations
Color information
#CFB665 (or 0xCFB665) is known color: Tacha. HEX triplet: CF, B6 and 65. RGB value is (207,182,101). Sum of RGB (Red+Green+Blue) = 207+182+101=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 101 (39.84% from 255 or 20.61% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB665 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB665 is #30499A. Grayscale: #B4B4B4. Windows color (decimal): -3164571 or 6665935. OLE color: 6665935.
HSL color Cylindrical-coordinate representation of color #CFB665: hue angle of 45.85º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFB665 is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 182 | 101 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.19 |
| HSL | 45.85º | 0.52% | 0.6% | - |
| HSV(B) | 45.85º | 0.51% | 0.81% | - |
| XYZ | 44.81 | 47.66 | 19.15 | - |
| YUV | 180.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 182 | 101 | 0 | 0.12 | 0.51 | 0.19 | 45.85 | 0.52 | 0.6 |
| Hex | CF | B6 | 65 | 0 | C | 33 | 13 | 2E | 34 | 3C |
| Octal | 317 | 266 | 145 | 0 | 14 | 63 | 23 | 56 | 64 | 74 |
| Binary | 11001111 | 10110110 | 1100101 | 0 | 1100 | 110011 | 10011 | 101110 | 110100 | 111100 |
Color Harmonies of #CFB665
Complementary color
Monochromatic Colors of #CFB665
Black with #CFB665
Text Example
Text Example
White with #CFB665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB665; }
p { color: rgb(207,182,101); }
H1.HeaderClassName
{
color: #CFB665;
}
.AnyTagClassName
{
color: #CFB665;
}
</style>
background-color css
<style>
a { background-color: #CFB665; }
a { background-color: rgb(207,182,101); }
div.DivClassName
{
background-color: #CFB665;
}
.BgClassName
{
background-color: #CFB665;
}
</style>
border-color css
<style>
span { border-color: #CFB665; }
span { border-color: rgb(207,182,101); }
td.TdClassName
{
border-color: #CFB665;
}
.TagClassName
{
border-color: #CFB665;
}
</style>