Html Css Color HEX #C6BA58 Tacha

📋 copy color: '#C6BA58'

red 198 ◦ green 186 ◦ blue 88

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

Shades of Tacha #C6BA58

Tints of Tacha #C6BA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18.64%

R = 41.95%
G = 39.41%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C6BA58 (or 0xC6BA58) is known color: Tacha. HEX triplet: C6, BA and 58. RGB value is (198,186,88). Sum of RGB (Red+Green+Blue) = 198+186+88=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 88 (34.77% from 255 or 18.64% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA58 is #3945A7. Grayscale: #B2B2B2. Windows color (decimal): -3753384 or 5814982. OLE color: 5814982.

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

Color convert

RGB 198 186 88 -
CMYK 0 0.06 0.56 0.22
HSL 53.45º 0.49% 0.56% -
HSV(B) 53.45º 0.56% 0.78% -
XYZ 42.61 47.83 16.22 -
YUV 178.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 198 186 88 0 0.06 0.56 0.22 53.45 0.49 0.56
Hex C6 BA 58 0 6 38 16 35 31 38
Octal 306 272 130 0 6 70 26 65 61 70
Binary 11000110 10111010 1011000 0 110 111000 10110 110101 110001 111000

Color Harmonies of #C6BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BA58

Black with #C6BA58

Text Example


Text Example

White with #C6BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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