#C8BB5F

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

Shades of Tacha #C8BB5F

Tints of Tacha #C8BB5F

Color information

#C8BB5F (or 0xC8BB5F) is unknown color: approx Tacha. HEX triplet: C8, BB and 5F. RGB value is (200,187,95). Sum of RGB (Red+Green+Blue) = 200+187+95=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 95 (37.5% from 255 or 19.71% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB5F is #3744A0. Grayscale: #B4B4B4. Windows color (decimal): -3622049 or 6273992. OLE color: 6273992.

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

Color convert

RGB20018795-
CMYK00.060.520.22
HSL52.57º48.84%57.84%-
HSV(B)52.57º52.5%78.43%-
XYZ43.6648.6517.92-
YUV180.479.81141.98-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 187 (73.44% from 255) = 38.80%
BLUE value IS 95 (37.5% from 255) = 19.71%
R=41.49%
G=38.80%
B=19.71%

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
Decimal2001879500.060.520.2252.5748.8457.84
HexC8BB5F06341635313a
Octal310273137066426656172
Binary11001000101110111011111011011010010110110101110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BB5F; }

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

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

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

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

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

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

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

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