#CFB861

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

Shades of Tacha #CFB861

Tints of Tacha #CFB861

Color information

#CFB861 (or 0xCFB861) is unknown color: approx Tacha. HEX triplet: CF, B8 and 61. RGB value is (207,184,97). Sum of RGB (Red+Green+Blue) = 207+184+97=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 184 (72.27% from 255 or 37.70% from 488); Blue value is 97 (38.28% from 255 or 19.88% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB861 is #30479E. Grayscale: #B5B5B5. Windows color (decimal): -3164063 or 6404303. OLE color: 6404303.

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

Color convert

RGB20718497-
CMYK00.110.530.19
HSL47.45º53.4%59.61%-
HSV(B)47.45º53.14%81.18%-
XYZ45.0348.4118.28-
YUV180.9680.62146.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 184 (72.27% from 255) = 37.70%
BLUE value IS 97 (38.28% from 255) = 19.88%
R=42.42%
G=37.70%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071849700.110.530.1947.4553.459.61
HexCFB8610B35132f353c
Octal3172701410136523576574
Binary110011111011100011000010101111010110011101111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB861; }

 p { color: rgb(207,184,97); }

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

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

 a { background-color: rgb(207,184,97); }

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

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

 span { border-color: rgb(207,184,97); }

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