Shades of Tacha #CFC353
Tints of Tacha #CFC353
RGB
CMYK
RGB Variations
Color information
#CFC353 (or 0xCFC353) is known color: Tacha. HEX triplet: CF, C3 and 53. RGB value is (207,195,83). Sum of RGB (Red+Green+Blue) = 207+195+83=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 83 (32.81% from 255 or 17.11% from 485); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC353 is #303CAC. Grayscale: #BABABA. Windows color (decimal): -3161261 or 5489615. OLE color: 5489615.
HSL color Cylindrical-coordinate representation of color #CFC353: hue angle of 54.19º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CFC353 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 195 | 83 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.19 |
| HSL | 54.19º | 0.56% | 0.57% | - |
| HSV(B) | 54.19º | 0.6% | 0.81% | - |
| XYZ | 46.81 | 52.92 | 15.93 | - |
| YUV | 185.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 83 | 0 | 0.06 | 0.60 | 0.19 | 54.19 | 0.56 | 0.57 |
| Hex | CF | C3 | 53 | 0 | 6 | 3C | 13 | 36 | 38 | 39 |
| Octal | 317 | 303 | 123 | 0 | 6 | 74 | 23 | 66 | 70 | 71 |
| Binary | 11001111 | 11000011 | 1010011 | 0 | 110 | 111100 | 10011 | 110110 | 111000 | 111001 |
Color Harmonies of #CFC353
Complementary color
Monochromatic Colors of #CFC353
Black with #CFC353
Text Example
Text Example
White with #CFC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC353; }
p { color: rgb(207,195,83); }
H1.HeaderClassName
{
color: #CFC353;
}
.AnyTagClassName
{
color: #CFC353;
}
</style>
background-color css
<style>
a { background-color: #CFC353; }
a { background-color: rgb(207,195,83); }
div.DivClassName
{
background-color: #CFC353;
}
.BgClassName
{
background-color: #CFC353;
}
</style>
border-color css
<style>
span { border-color: #CFC353; }
span { border-color: rgb(207,195,83); }
td.TdClassName
{
border-color: #CFC353;
}
.TagClassName
{
border-color: #CFC353;
}
</style>