Html Css Color HEX #C6BE5C Tacha

📋 copy color: '#C6BE5C'

red 198 ◦ green 190 ◦ blue 92

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

Shades of Tacha #C6BE5C

Tints of Tacha #C6BE5C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.58%

 BLUE value IS 92 (36.33% from 255) = 19.17%

R = 41.25%
G = 39.58%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C6BE5C (or 0xC6BE5C) is known color: Tacha. HEX triplet: C6, BE and 5C. RGB value is (198,190,92). Sum of RGB (Red+Green+Blue) = 198+190+92=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 190 (74.61% from 255 or 39.58% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BE5C is #3941A3. Grayscale: #B5B5B5. Windows color (decimal): -3752356 or 6078150. OLE color: 6078150.

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

Color convert

RGB 198 190 92 -
CMYK 0 0.04 0.54 0.22
HSL 55.47º 0.48% 0.57% -
HSV(B) 55.47º 0.54% 0.78% -
XYZ 43.63 49.61 17.4 -
YUV 181.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 198 190 92 0 0.04 0.54 0.22 55.47 0.48 0.57
Hex C6 BE 5C 0 4 36 16 37 30 39
Octal 306 276 134 0 4 66 26 67 60 71
Binary 11000110 10111110 1011100 0 100 110110 10110 110111 110000 111001

Color Harmonies of #C6BE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE5C

Black with #C6BE5C

Text Example


Text Example

White with #C6BE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE5C; }

 p { color: rgb(198,190,92); }

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

background-color css

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

 a { background-color: rgb(198,190,92); }

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

border-color css

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

 span { border-color: rgb(198,190,92); }

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