#CFBB6A

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

Shades of Tacha #CFBB6A

Tints of Tacha #CFBB6A

Color information

#CFBB6A (or 0xCFBB6A) is unknown color: approx Tacha. HEX triplet: CF, BB and 6A. RGB value is (207,187,106). Sum of RGB (Red+Green+Blue) = 207+187+106=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 106 (41.80% from 255 or 21.2% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBB6A is #304495. Grayscale: #B8B8B8. Windows color (decimal): -3163286 or 6994895. OLE color: 6994895.

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

Color convert

RGB207187106-
CMYK00.100.490.19
HSL48.12º51.27%61.37%-
HSV(B)48.12º48.79%81.18%-
XYZ46.149.8520.83-
YUV183.7584.13144.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 187 (73.44% from 255) = 37.4%
BLUE value IS 106 (41.80% from 255) = 21.2%
R=41.4%
G=37.4%
B=21.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718710600.100.490.1948.1251.2761.37
HexCFBB6A0A311330333d
Octal3172731520126123606375
Binary110011111011101111010100101011000110011110000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBB6A; }

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

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

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

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

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

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

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

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