Shades of Tacha #CFC255
Tints of Tacha #CFC255
RGB
CMYK
RGB Variations
Color information
#CFC255 (or 0xCFC255) is known color: Tacha. HEX triplet: CF, C2 and 55. RGB value is (207,194,85). Sum of RGB (Red+Green+Blue) = 207+194+85=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC255 is #303DAA. Grayscale: #B9B9B9. Windows color (decimal): -3161515 or 5620431. OLE color: 5620431.
HSL color Cylindrical-coordinate representation of color #CFC255: hue angle of 53.61º 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 #CFC255 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 194 | 85 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.19 |
| HSL | 53.61º | 0.56% | 0.57% | - |
| HSV(B) | 53.61º | 0.59% | 0.81% | - |
| XYZ | 46.66 | 52.5 | 16.27 | - |
| YUV | 185.46 | 71.31 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 194 | 85 | 0 | 0.06 | 0.59 | 0.19 | 53.61 | 0.56 | 0.57 |
| Hex | CF | C2 | 55 | 0 | 6 | 3B | 13 | 36 | 38 | 39 |
| Octal | 317 | 302 | 125 | 0 | 6 | 73 | 23 | 66 | 70 | 71 |
| Binary | 11001111 | 11000010 | 1010101 | 0 | 110 | 111011 | 10011 | 110110 | 111000 | 111001 |
Color Harmonies of #CFC255
Complementary color
Monochromatic Colors of #CFC255
Black with #CFC255
Text Example
Text Example
White with #CFC255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC255; }
p { color: rgb(207,194,85); }
H1.HeaderClassName
{
color: #CFC255;
}
.AnyTagClassName
{
color: #CFC255;
}
</style>
background-color css
<style>
a { background-color: #CFC255; }
a { background-color: rgb(207,194,85); }
div.DivClassName
{
background-color: #CFC255;
}
.BgClassName
{
background-color: #CFC255;
}
</style>
border-color css
<style>
span { border-color: #CFC255; }
span { border-color: rgb(207,194,85); }
td.TdClassName
{
border-color: #CFC255;
}
.TagClassName
{
border-color: #CFC255;
}
</style>