#CFBC66

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

Shades of Tacha #CFBC66

Tints of Tacha #CFBC66

Color information

#CFBC66 (or 0xCFBC66) is unknown color: approx Tacha. HEX triplet: CF, BC and 66. RGB value is (207,188,102). Sum of RGB (Red+Green+Blue) = 207+188+102=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBC66 is #304399. Grayscale: #B8B8B8. Windows color (decimal): -3163034 or 6733007. OLE color: 6733007.

HSL color Cylindrical-coordinate representation of color #CFBC66: hue angle of 49.14º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFBC66 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.19.

Color convert

RGB207188102-
CMYK00.090.510.19
HSL49.14º52.24%60.59%-
HSV(B)49.14º50.72%81.18%-
XYZ46.1150.1919.83-
YUV183.8881.79144.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 102 (40.23% from 255) = 20.52%
R=41.65%
G=37.83%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718810200.090.510.1949.1452.2460.59
HexCFBC6609331331343d
Octal3172741460116323616475
Binary110011111011110011001100100111001110011110001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC66; }

 p { color: rgb(207,188,102); }

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

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

 a { background-color: rgb(207,188,102); }

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

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

 span { border-color: rgb(207,188,102); }

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