#CFB766

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

Shades of Tacha #CFB766

Tints of Tacha #CFB766

Color information

#CFB766 (or 0xCFB766) is unknown color: approx Tacha. HEX triplet: CF, B7 and 66. RGB value is (207,183,102). Sum of RGB (Red+Green+Blue) = 207+183+102=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB766 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB766 is #304899. Grayscale: #B5B5B5. Windows color (decimal): -3164314 or 6731727. OLE color: 6731727.

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

Color convert

RGB207183102-
CMYK00.120.510.19
HSL46.29º52.24%60.59%-
HSV(B)46.29º50.72%81.18%-
XYZ45.0648.0919.48-
YUV180.9483.45146.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 183 (71.88% from 255) = 37.20%
BLUE value IS 102 (40.23% from 255) = 20.73%
R=42.07%
G=37.20%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718310200.120.510.1946.2952.2460.59
HexCFB7660C33132e343d
Octal3172671460146323566475
Binary110011111011011111001100110011001110011101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB766; }

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

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

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

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

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

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

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

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