#C8BA53

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

Shades of Tacha #C8BA53

Tints of Tacha #C8BA53

Color information

#C8BA53 (or 0xC8BA53) is unknown color: approx Tacha. HEX triplet: C8, BA and 53. RGB value is (200,186,83). Sum of RGB (Red+Green+Blue) = 200+186+83=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA53 is #3745AC. Grayscale: #B2B2B2. Windows color (decimal): -3622317 or 5487304. OLE color: 5487304.

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

Color convert

RGB20018683-
CMYK00.070.580.22
HSL52.82º51.54%55.49%-
HSV(B)52.82º58.5%78.43%-
XYZ42.9448.0215.19-
YUV178.4474.14143.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 186 (73.05% from 255) = 39.66%
BLUE value IS 83 (32.81% from 255) = 17.70%
R=42.64%
G=39.66%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001868300.070.580.2252.8251.5455.49
HexC8BA53073A16353437
Octal310272123077226656467
Binary11001000101110101010011011111101010110110101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BA53; }

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

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

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

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

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

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

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

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