#C8B361

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

Shades of Tacha #C8B361

Tints of Tacha #C8B361

Color information

#C8B361 (or 0xC8B361) is unknown color: approx Tacha. HEX triplet: C8, B3 and 61. RGB value is (200,179,97). Sum of RGB (Red+Green+Blue) = 200+179+97=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B361 is #374C9E. Grayscale: #B0B0B0. Windows color (decimal): -3624095 or 6403016. OLE color: 6403016.

HSL color Cylindrical-coordinate representation of color #C8B361: hue angle of 47.77º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8B361 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB20017997-
CMYK00.100.520.22
HSL47.77º48.36%58.24%-
HSV(B)47.77º51.5%78.43%-
XYZ42.145.3817.85-
YUV175.9383.46145.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 97 (38.28% from 255) = 20.38%
R=42.02%
G=37.61%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001799700.100.520.2247.7748.3658.24
HexC8B3610A341630303a
Octal3102631410126426606072
Binary110010001011001111000010101011010010110110000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B361; }

 p { color: rgb(200,179,97); }

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

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

 a { background-color: rgb(200,179,97); }

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

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

 span { border-color: rgb(200,179,97); }

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