#C8BD56

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

Shades of Tacha #C8BD56

Tints of Tacha #C8BD56

Color information

#C8BD56 (or 0xC8BD56) is unknown color: approx Tacha. HEX triplet: C8, BD and 56. RGB value is (200,189,86). Sum of RGB (Red+Green+Blue) = 200+189+86=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD56 is #3742A9. Grayscale: #B4B4B4. Windows color (decimal): -3621546 or 5684680. OLE color: 5684680.

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

Color convert

RGB20018986-
CMYK00.060.570.22
HSL54.21º50.89%56.08%-
HSV(B)54.21º57%78.43%-
XYZ43.749.3516.03-
YUV180.5574.64141.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.11%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 86 (33.98% from 255) = 18.11%
R=42.11%
G=39.79%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001898600.060.570.2254.2150.8956.08
HexC8BD56063916363338
Octal310275126067126666370
Binary11001000101111011010110011011100110110110110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD56; }

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

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

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

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

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

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

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

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