#CFB94E

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

Shades of Tacha #CFB94E

Tints of Tacha #CFB94E

Color information

#CFB94E (or 0xCFB94E) is unknown color: approx Tacha. HEX triplet: CF, B9 and 4E. RGB value is (207,185,78). Sum of RGB (Red+Green+Blue) = 207+185+78=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB94E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB94E is #3046B1. Grayscale: #B3B3B3. Windows color (decimal): -3163826 or 5159375. OLE color: 5159375.

HSL color Cylindrical-coordinate representation of color #CFB94E: hue angle of 49.77º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFB94E is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB20718578-
CMYK00.110.620.19
HSL49.77º57.33%55.88%-
HSV(B)49.77º62.32%81.18%-
XYZ44.4648.5114.23-
YUV179.3870.79147.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.04%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 78 (30.86% from 255) = 16.60%
R=44.04%
G=39.36%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071857800.110.620.1949.7757.3355.88
HexCFB94E0B3E13323938
Octal3172711160137623627170
Binary110011111011100110011100101111111010011110010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB94E; }

 p { color: rgb(207,185,78); }

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

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

 a { background-color: rgb(207,185,78); }

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

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

 span { border-color: rgb(207,185,78); }

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