#CFB65F

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

Shades of Tacha #CFB65F

Tints of Tacha #CFB65F

Color information

#CFB65F (or 0xCFB65F) is unknown color: approx Tacha. HEX triplet: CF, B6 and 5F. RGB value is (207,182,95). Sum of RGB (Red+Green+Blue) = 207+182+95=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB65F is #3049A0. Grayscale: #B3B3B3. Windows color (decimal): -3164577 or 6272719. OLE color: 6272719.

HSL color Cylindrical-coordinate representation of color #CFB65F: hue angle of 46.61º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFB65F is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20718295-
CMYK00.120.540.19
HSL46.61º53.85%59.22%-
HSV(B)46.61º54.11%81.18%-
XYZ44.5347.5517.66-
YUV179.5680.28147.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 182 (71.48% from 255) = 37.60%
BLUE value IS 95 (37.5% from 255) = 19.63%
R=42.77%
G=37.60%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071829500.120.540.1946.6153.8559.22
HexCFB65F0C36132f363b
Octal3172661370146623576673
Binary110011111011011010111110110011011010011101111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB65F; }

 p { color: rgb(207,182,95); }

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

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

 a { background-color: rgb(207,182,95); }

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

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

 span { border-color: rgb(207,182,95); }

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