Html Css Color HEX #C6BA5E Tacha

📋 copy color: '#C6BA5E'

red 198 ◦ green 186 ◦ blue 94

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

Shades of Tacha #C6BA5E

Tints of Tacha #C6BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.67%

R = 41.42%
G = 38.91%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C6BA5E (or 0xC6BA5E) is known color: Tacha. HEX triplet: C6, BA and 5E. RGB value is (198,186,94). Sum of RGB (Red+Green+Blue) = 198+186+94=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA5E is #3945A1. Grayscale: #B3B3B3. Windows color (decimal): -3753378 or 6208198. OLE color: 6208198.

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

Color convert

RGB 198 186 94 -
CMYK 0 0.06 0.53 0.22
HSL 53.08º 0.48% 0.57% -
HSV(B) 53.08º 0.53% 0.78% -
XYZ 42.87 47.93 17.58 -
YUV 179.1 79.98 141.48 -
System Red Green Blue C M Y K H S L
Decimal 198 186 94 0 0.06 0.53 0.22 53.08 0.48 0.57
Hex C6 BA 5E 0 6 35 16 35 30 39
Octal 306 272 136 0 6 65 26 65 60 71
Binary 11000110 10111010 1011110 0 110 110101 10110 110101 110000 111001

Color Harmonies of #C6BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA5E

Black with #C6BA5E

Text Example


Text Example

White with #C6BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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