Html Css Color HEX #C7BC5E Tacha

📋 copy color: '#C7BC5E'

red 199 ◦ green 188 ◦ blue 94

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

Shades of Tacha #C7BC5E

Tints of Tacha #C7BC5E

RGB

 RED value IS 199 (78.13% from 255) = 41.37%

 GREEN value IS 188 (73.83% from 255) = 39.09%

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

R = 41.37%
G = 39.09%
B = 19.54%

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

#C7BC5E (or 0xC7BC5E) is known color: Tacha. HEX triplet: C7, BC and 5E. RGB value is (199,188,94). Sum of RGB (Red+Green+Blue) = 199+188+94=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BC5E is #3843A1. Grayscale: #B4B4B4. Windows color (decimal): -3687330 or 6208711. OLE color: 6208711.

HSL color Cylindrical-coordinate representation of color #C7BC5E: hue angle of 53.71º 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 #C7BC5E is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 188 94 -
CMYK 0 0.06 0.53 0.22
HSL 53.71º 0.48% 0.57% -
HSV(B) 53.71º 0.53% 0.78% -
XYZ 43.56 48.92 17.74 -
YUV 180.57 79.14 141.14 -
System Red Green Blue C M Y K H S L
Decimal 199 188 94 0 0.06 0.53 0.22 53.71 0.48 0.57
Hex C7 BC 5E 0 6 35 16 36 30 39
Octal 307 274 136 0 6 65 26 66 60 71
Binary 11000111 10111100 1011110 0 110 110101 10110 110110 110000 111001

Color Harmonies of #C7BC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BC5E

Black with #C7BC5E

Text Example


Text Example

White with #C7BC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BC5E; }

 p { color: rgb(199,188,94); }

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

background-color css

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

 a { background-color: rgb(199,188,94); }

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

border-color css

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

 span { border-color: rgb(199,188,94); }

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