#CFB767

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

Shades of Tacha #CFB767

Tints of Tacha #CFB767

Color information

#CFB767 (or 0xCFB767) is unknown color: approx Tacha. HEX triplet: CF, B7 and 67. RGB value is (207,183,103). Sum of RGB (Red+Green+Blue) = 207+183+103=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 183 (71.88% from 255 or 37.12% from 493); Blue value is 103 (40.62% from 255 or 20.89% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB767 is #304898. Grayscale: #B5B5B5. Windows color (decimal): -3164313 or 6797263. OLE color: 6797263.

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

Color convert

RGB207183103-
CMYK00.120.500.19
HSL46.15º52%60.78%-
HSV(B)46.15º50.24%81.18%-
XYZ45.1148.1119.74-
YUV181.0683.95146.5-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.99%
GREEN value IS 183 (71.88% from 255) = 37.12%
BLUE value IS 103 (40.62% from 255) = 20.89%
R=41.99%
G=37.12%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718310300.120.500.1946.155260.78
HexCFB7670C32132e343d
Octal3172671470146223566475
Binary110011111011011111001110110011001010011101110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB767; }

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

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

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

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

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

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

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

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