Html Css Color HEX #C7BA5F Tacha

📋 copy color: '#C7BA5F'

red 199 ◦ green 186 ◦ blue 95

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

Shades of Tacha #C7BA5F

Tints of Tacha #C7BA5F

RGB

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

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

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

R = 41.46%
G = 38.75%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7BA5F (or 0xC7BA5F) is known color: Tacha. HEX triplet: C7, BA and 5F. RGB value is (199,186,95). Sum of RGB (Red+Green+Blue) = 199+186+95=480 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.46% from 480); Green value is 186 (73.05% from 255 or 38.75% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA5F is #3845A0. Grayscale: #B3B3B3. Windows color (decimal): -3687841 or 6273735. OLE color: 6273735.

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

Color convert

RGB 199 186 95 -
CMYK 0 0.07 0.52 0.22
HSL 52.5º 0.48% 0.58% -
HSV(B) 52.5º 0.52% 0.78% -
XYZ 43.18 48.09 17.83 -
YUV 179.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 199 186 95 0 0.07 0.52 0.22 52.5 0.48 0.58
Hex C7 BA 5F 0 7 34 16 34 30 3A
Octal 307 272 137 0 7 64 26 64 60 72
Binary 11000111 10111010 1011111 0 111 110100 10110 110100 110000 111010

Color Harmonies of #C7BA5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA5F

Black with #C7BA5F

Text Example


Text Example

White with #C7BA5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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