#C6BC55

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

Shades of Tacha #C6BC55

Tints of Tacha #C6BC55

Color information

#C6BC55 (or 0xC6BC55) is unknown color: approx Tacha. HEX triplet: C6, BC and 55. RGB value is (198,188,85). Sum of RGB (Red+Green+Blue) = 198+188+85=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BC55 is #3943AA. Grayscale: #B3B3B3. Windows color (decimal): -3752875 or 5618886. OLE color: 5618886.

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

Color convert

RGB19818885-
CMYK00.050.570.22
HSL54.69º49.78%55.49%-
HSV(B)54.69º57.07%77.65%-
XYZ42.9148.6315.72-
YUV179.2574.81141.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.04%
GREEN value IS 188 (73.83% from 255) = 39.92%
BLUE value IS 85 (33.59% from 255) = 18.05%
R=42.04%
G=39.92%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981888500.050.570.2254.6949.7855.49
HexC6BC55053916373237
Octal306274125057126676267
Binary11000110101111001010101010111100110110110111110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BC55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BC55; }

 p { color: rgb(198,188,85); }

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

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

 a { background-color: rgb(198,188,85); }

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

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

 span { border-color: rgb(198,188,85); }

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