Shades of Tacha #CFC152
Tints of Tacha #CFC152
RGB
CMYK
RGB Variations
Color information
#CFC152 (or 0xCFC152) is known color: Tacha. HEX triplet: CF, C1 and 52. RGB value is (207,193,82). Sum of RGB (Red+Green+Blue) = 207+193+82=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC152 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC152 is #303EAD. Grayscale: #B8B8B8. Windows color (decimal): -3161774 or 5423567. OLE color: 5423567.
HSL color Cylindrical-coordinate representation of color #CFC152: hue angle of 53.28º degrees, saturation: 0.57, 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 #CFC152 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 82 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.19 |
| HSL | 53.28º | 0.57% | 0.57% | - |
| HSV(B) | 53.28º | 0.6% | 0.81% | - |
| XYZ | 46.33 | 52.01 | 15.58 | - |
| YUV | 184.53 | 70.14 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 82 | 0 | 0.07 | 0.60 | 0.19 | 53.28 | 0.57 | 0.57 |
| Hex | CF | C1 | 52 | 0 | 7 | 3C | 13 | 35 | 39 | 39 |
| Octal | 317 | 301 | 122 | 0 | 7 | 74 | 23 | 65 | 71 | 71 |
| Binary | 11001111 | 11000001 | 1010010 | 0 | 111 | 111100 | 10011 | 110101 | 111001 | 111001 |
Color Harmonies of #CFC152
Complementary color
Monochromatic Colors of #CFC152
Black with #CFC152
Text Example
Text Example
White with #CFC152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC152; }
p { color: rgb(207,193,82); }
H1.HeaderClassName
{
color: #CFC152;
}
.AnyTagClassName
{
color: #CFC152;
}
</style>
background-color css
<style>
a { background-color: #CFC152; }
a { background-color: rgb(207,193,82); }
div.DivClassName
{
background-color: #CFC152;
}
.BgClassName
{
background-color: #CFC152;
}
</style>
border-color css
<style>
span { border-color: #CFC152; }
span { border-color: rgb(207,193,82); }
td.TdClassName
{
border-color: #CFC152;
}
.TagClassName
{
border-color: #CFC152;
}
</style>