#C8BC53

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

Shades of Tacha #C8BC53

Tints of Tacha #C8BC53

Color information

#C8BC53 (or 0xC8BC53) is unknown color: approx Tacha. HEX triplet: C8, BC and 53. RGB value is (200,188,83). Sum of RGB (Red+Green+Blue) = 200+188+83=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 83 (32.81% from 255 or 17.62% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC53 is #3743AC. Grayscale: #B4B4B4. Windows color (decimal): -3621805 or 5487816. OLE color: 5487816.

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

Color convert

RGB20018883-
CMYK00.060.580.22
HSL53.85º51.54%55.49%-
HSV(B)53.85º58.5%78.43%-
XYZ43.3648.8715.33-
YUV179.6273.48142.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 83 (32.81% from 255) = 17.62%
R=42.46%
G=39.92%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001888300.060.580.2253.8551.5455.49
HexC8BC53063A16363437
Octal310274123067226666467
Binary11001000101111001010011011011101010110110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC53; }

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

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

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

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

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

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

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

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