#C8BC5A

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

Shades of Tacha #C8BC5A

Tints of Tacha #C8BC5A

Color information

#C8BC5A (or 0xC8BC5A) is unknown color: approx Tacha. HEX triplet: C8, BC and 5A. RGB value is (200,188,90). Sum of RGB (Red+Green+Blue) = 200+188+90=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC5A is #3743A5. Grayscale: #B4B4B4. Windows color (decimal): -3621798 or 5946568. OLE color: 5946568.

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

Color convert

RGB20018890-
CMYK00.060.550.22
HSL53.45º50%56.86%-
HSV(B)53.45º55%78.43%-
XYZ43.6548.9816.83-
YUV180.4276.98141.97-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=41.84%
G=39.33%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001889000.060.550.2253.455056.86
HexC8BC5A063716353239
Octal310274132066726656271
Binary11001000101111001011010011011011110110110101110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BC5A; }

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

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

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

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

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

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

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

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