#CFBA52

Color #CFBA52 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CFBA52

Tints of Tacha #CFBA52

Color information

#CFBA52 (or 0xCFBA52) is unknown color: approx Tacha. HEX triplet: CF, BA and 52. RGB value is (207,186,82). Sum of RGB (Red+Green+Blue) = 207+186+82=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 82 (32.42% from 255 or 17.26% from 475); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBA52 is #3045AD. Grayscale: #B4B4B4. Windows color (decimal): -3163566 or 5421775. OLE color: 5421775.

HSL color Cylindrical-coordinate representation of color #CFBA52: hue angle of 49.92º 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 #CFBA52 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB20718682-
CMYK00.100.600.19
HSL49.92º56.56%56.67%-
HSV(B)49.92º60.39%81.18%-
XYZ44.8148.9915.08-
YUV180.4272.46146.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 43.58%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 82 (32.42% from 255) = 17.26%
R=43.58%
G=39.16%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071868200.100.600.1949.9256.5656.67
HexCFBA520A3C13323939
Octal3172721220127423627171
Binary110011111011101010100100101011110010011110010111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBA52; }

 p { color: rgb(207,186,82); }

 H1.HeaderClassName
 {
   color: #CFBA52;
 }
 .AnyTagClassName
 {
   color: #CFBA52;
 }
</style>
background-color css

<style>
 a { background-color: #CFBA52; }

 a { background-color: rgb(207,186,82); }

 div.DivClassName
 {
   background-color: #CFBA52;
 }
 .BgClassName
 {
   background-color: #CFBA52;
 }
</style>
border-color css

<style>
 span { border-color: #CFBA52; }

 span { border-color: rgb(207,186,82); }

 td.TdClassName
 {
   border-color: #CFBA52;
 }
 .TagClassName
 {
   border-color: #CFBA52;
 }
</style>