#C8BA56

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

Shades of Tacha #C8BA56

Tints of Tacha #C8BA56

Color information

#C8BA56 (or 0xC8BA56) is unknown color: approx Tacha. HEX triplet: C8, BA and 56. RGB value is (200,186,86). Sum of RGB (Red+Green+Blue) = 200+186+86=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA56 is #3745A9. Grayscale: #B3B3B3. Windows color (decimal): -3622314 or 5683912. OLE color: 5683912.

HSL color Cylindrical-coordinate representation of color #C8BA56: hue angle of 52.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8BA56 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB20018686-
CMYK00.070.570.22
HSL52.63º50.89%56.08%-
HSV(B)52.63º57%78.43%-
XYZ43.0648.0715.81-
YUV178.7975.64143.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 186 (73.05% from 255) = 39.41%
BLUE value IS 86 (33.98% from 255) = 18.22%
R=42.37%
G=39.41%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001868600.070.570.2252.6350.8956.08
HexC8BA56073916353338
Octal310272126077126656370
Binary11001000101110101010110011111100110110110101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA56; }

 p { color: rgb(200,186,86); }

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

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

 a { background-color: rgb(200,186,86); }

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

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

 span { border-color: rgb(200,186,86); }

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