#CFB66A

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

Shades of Tacha #CFB66A

Tints of Tacha #CFB66A

Color information

#CFB66A (or 0xCFB66A) is unknown color: approx Tacha. HEX triplet: CF, B6 and 6A. RGB value is (207,182,106). Sum of RGB (Red+Green+Blue) = 207+182+106=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB66A is #304995. Grayscale: #B5B5B5. Windows color (decimal): -3164566 or 6993615. OLE color: 6993615.

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

Color convert

RGB207182106-
CMYK00.120.490.19
HSL45.15º51.27%61.37%-
HSV(B)45.15º48.79%81.18%-
XYZ45.0647.7620.48-
YUV180.8185.78146.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=41.82%
G=36.77%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718210600.120.490.1945.1551.2761.37
HexCFB66A0C31132d333d
Octal3172661520146123556375
Binary110011111011011011010100110011000110011101101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB66A; }

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

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

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

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

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

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

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

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