Shades of Tacha #CFB255
Tints of Tacha #CFB255
RGB
CMYK
RGB Variations
Color information
#CFB255 (or 0xCFB255) is known color: Tacha. HEX triplet: CF, B2 and 55. RGB value is (207,178,85). Sum of RGB (Red+Green+Blue) = 207+178+85=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 85 (33.59% from 255 or 18.09% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB255 is #304DAA. Grayscale: #B0B0B0. Windows color (decimal): -3165611 or 5616335. OLE color: 5616335.
HSL color Cylindrical-coordinate representation of color #CFB255: hue angle of 45.74º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFB255 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 178 | 85 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.19 |
| HSL | 45.74º | 0.56% | 0.57% | - |
| HSV(B) | 45.74º | 0.59% | 0.81% | - |
| XYZ | 43.29 | 45.76 | 15.15 | - |
| YUV | 176.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 178 | 85 | 0 | 0.14 | 0.59 | 0.19 | 45.74 | 0.56 | 0.57 |
| Hex | CF | B2 | 55 | 0 | E | 3B | 13 | 2E | 38 | 39 |
| Octal | 317 | 262 | 125 | 0 | 16 | 73 | 23 | 56 | 70 | 71 |
| Binary | 11001111 | 10110010 | 1010101 | 0 | 1110 | 111011 | 10011 | 101110 | 111000 | 111001 |
Color Harmonies of #CFB255
Complementary color
Monochromatic Colors of #CFB255
Black with #CFB255
Text Example
Text Example
White with #CFB255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB255; }
p { color: rgb(207,178,85); }
H1.HeaderClassName
{
color: #CFB255;
}
.AnyTagClassName
{
color: #CFB255;
}
</style>
background-color css
<style>
a { background-color: #CFB255; }
a { background-color: rgb(207,178,85); }
div.DivClassName
{
background-color: #CFB255;
}
.BgClassName
{
background-color: #CFB255;
}
</style>
border-color css
<style>
span { border-color: #CFB255; }
span { border-color: rgb(207,178,85); }
td.TdClassName
{
border-color: #CFB255;
}
.TagClassName
{
border-color: #CFB255;
}
</style>