#C7BF5F

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

Shades of Tacha #C7BF5F

Tints of Tacha #C7BF5F

Color information

#C7BF5F (or 0xC7BF5F) is unknown color: approx Tacha. HEX triplet: C7, BF and 5F. RGB value is (199,191,95). Sum of RGB (Red+Green+Blue) = 199+191+95=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 191 (75% from 255 or 39.38% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF5F is #3840A0. Grayscale: #B6B6B6. Windows color (decimal): -3686561 or 6275015. OLE color: 6275015.

HSL color Cylindrical-coordinate representation of color #C7BF5F: hue angle of 55.38º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C7BF5F is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19919195-
CMYK00.040.520.22
HSL55.38º48.15%57.65%-
HSV(B)55.38º52.26%78.04%-
XYZ44.2550.2318.19-
YUV182.4578.65139.81-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.03%
GREEN value IS 191 (75% from 255) = 39.38%
BLUE value IS 95 (37.5% from 255) = 19.59%
R=41.03%
G=39.38%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991919500.040.520.2255.3848.1557.65
HexC7BF5F04341637303a
Octal307277137046426676072
Binary11000111101111111011111010011010010110110111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BF5F; }

 p { color: rgb(199,191,95); }

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

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

 a { background-color: rgb(199,191,95); }

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

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

 span { border-color: rgb(199,191,95); }

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