#C8B856

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

Shades of Tacha #C8B856

Tints of Tacha #C8B856

Color information

#C8B856 (or 0xC8B856) is unknown color: approx Tacha. HEX triplet: C8, B8 and 56. RGB value is (200,184,86). Sum of RGB (Red+Green+Blue) = 200+184+86=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 184 (72.27% from 255 or 39.15% from 470); Blue value is 86 (33.98% from 255 or 18.30% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B856 is #3747A9. Grayscale: #B2B2B2. Windows color (decimal): -3622826 or 5683400. OLE color: 5683400.

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

Color convert

RGB20018486-
CMYK00.080.570.22
HSL51.58º50.89%56.08%-
HSV(B)51.58º57%78.43%-
XYZ42.6447.2315.67-
YUV177.6176.3143.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.55%
GREEN value IS 184 (72.27% from 255) = 39.15%
BLUE value IS 86 (33.98% from 255) = 18.30%
R=42.55%
G=39.15%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001848600.080.570.2251.5850.8956.08
HexC8B856083916343338
Octal3102701260107126646370
Binary110010001011100010101100100011100110110110100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B856; }

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

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

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

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

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

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

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

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