#C8BC5F

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

Shades of Tacha #C8BC5F

Tints of Tacha #C8BC5F

Color information

#C8BC5F (or 0xC8BC5F) is unknown color: approx Tacha. HEX triplet: C8, BC and 5F. RGB value is (200,188,95). Sum of RGB (Red+Green+Blue) = 200+188+95=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC5F is #3743A0. Grayscale: #B5B5B5. Windows color (decimal): -3621793 or 6274248. OLE color: 6274248.

HSL color Cylindrical-coordinate representation of color #C8BC5F: hue angle of 53.14º degrees, saturation: 0.49, 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 #C8BC5F is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20018895-
CMYK00.060.520.22
HSL53.14º48.84%57.84%-
HSV(B)53.14º52.5%78.43%-
XYZ43.8749.0717.99-
YUV180.9979.48141.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 95 (37.5% from 255) = 19.67%
R=41.41%
G=38.92%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001889500.060.520.2253.1448.8457.84
HexC8BC5F06341635313a
Octal310274137066426656172
Binary11001000101111001011111011011010010110110101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC5F; }

 p { color: rgb(200,188,95); }

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

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

 a { background-color: rgb(200,188,95); }

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

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

 span { border-color: rgb(200,188,95); }

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