Html Css Color HEX #C6BA5F Tacha

📋 copy color: '#C6BA5F'

red 198 ◦ green 186 ◦ blue 95

#C6BA5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacha #C6BA5F

Tints of Tacha #C6BA5F

RGB

 RED value IS 198 (77.73% from 255) = 41.34%

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 95 (37.5% from 255) = 19.83%

R = 41.34%
G = 38.83%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C6BA5F (or 0xC6BA5F) is known color: Tacha. HEX triplet: C6, BA and 5F. RGB value is (198,186,95). Sum of RGB (Red+Green+Blue) = 198+186+95=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA5F is #3945A0. Grayscale: #B3B3B3. Windows color (decimal): -3753377 or 6273734. OLE color: 6273734.

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

Color convert

RGB 198 186 95 -
CMYK 0 0.06 0.52 0.22
HSL 53.01º 0.47% 0.57% -
HSV(B) 53.01º 0.52% 0.78% -
XYZ 42.91 47.95 17.82 -
YUV 179.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 198 186 95 0 0.06 0.52 0.22 53.01 0.47 0.57
Hex C6 BA 5F 0 6 34 16 35 2F 39
Octal 306 272 137 0 6 64 26 65 57 71
Binary 11000110 10111010 1011111 0 110 110100 10110 110101 101111 111001

Color Harmonies of #C6BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA5F

Black with #C6BA5F

Text Example


Text Example

White with #C6BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA5F; }

 p { color: rgb(198,186,95); }

 H1.HeaderClassName
 {
   color: #C6BA5F;
 }
 .AnyTagClassName
 {
   color: #C6BA5F;
 }
</style>

background-color css

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

 a { background-color: rgb(198,186,95); }

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

border-color css

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

 span { border-color: rgb(198,186,95); }

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