Shades of Tacha #CFB155
Tints of Tacha #CFB155
RGB
CMYK
RGB Variations
Color information
#CFB155 (or 0xCFB155) is known color: Tacha. HEX triplet: CF, B1 and 55. RGB value is (207,177,85). Sum of RGB (Red+Green+Blue) = 207+177+85=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB155 is #304EAA. Grayscale: #AFAFAF. Windows color (decimal): -3165867 or 5616079. OLE color: 5616079.
HSL color Cylindrical-coordinate representation of color #CFB155: hue angle of 45.25º 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 #CFB155 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 85 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.19 |
| HSL | 45.25º | 0.56% | 0.57% | - |
| HSV(B) | 45.25º | 0.59% | 0.81% | - |
| XYZ | 43.09 | 45.37 | 15.08 | - |
| YUV | 175.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 85 | 0 | 0.14 | 0.59 | 0.19 | 45.25 | 0.56 | 0.57 |
| Hex | CF | B1 | 55 | 0 | E | 3B | 13 | 2D | 38 | 39 |
| Octal | 317 | 261 | 125 | 0 | 16 | 73 | 23 | 55 | 70 | 71 |
| Binary | 11001111 | 10110001 | 1010101 | 0 | 1110 | 111011 | 10011 | 101101 | 111000 | 111001 |
Color Harmonies of #CFB155
Complementary color
Monochromatic Colors of #CFB155
Black with #CFB155
Text Example
Text Example
White with #CFB155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB155; }
p { color: rgb(207,177,85); }
H1.HeaderClassName
{
color: #CFB155;
}
.AnyTagClassName
{
color: #CFB155;
}
</style>
background-color css
<style>
a { background-color: #CFB155; }
a { background-color: rgb(207,177,85); }
div.DivClassName
{
background-color: #CFB155;
}
.BgClassName
{
background-color: #CFB155;
}
</style>
border-color css
<style>
span { border-color: #CFB155; }
span { border-color: rgb(207,177,85); }
td.TdClassName
{
border-color: #CFB155;
}
.TagClassName
{
border-color: #CFB155;
}
</style>