#C8BA58

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

Shades of Tacha #C8BA58

Tints of Tacha #C8BA58

Color information

#C8BA58 (or 0xC8BA58) is unknown color: approx Tacha. HEX triplet: C8, BA and 58. RGB value is (200,186,88). Sum of RGB (Red+Green+Blue) = 200+186+88=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA58 is #3745A7. Grayscale: #B3B3B3. Windows color (decimal): -3622312 or 5814984. OLE color: 5814984.

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

Color convert

RGB20018688-
CMYK00.070.560.22
HSL52.5º50.45%56.47%-
HSV(B)52.5º56%78.43%-
XYZ43.1448.116.24-
YUV179.0176.64142.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 88 (34.77% from 255) = 18.57%
R=42.19%
G=39.24%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.56
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001868800.070.560.2252.550.4556.47
HexC8BA58073816343238
Octal310272130077026646270
Binary11001000101110101011000011111100010110110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA58; }

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

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

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

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

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

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

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

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