Html Css Color HEX #C7BA62 Tacha

📋 copy color: '#C7BA62'

red 199 ◦ green 186 ◦ blue 98

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

Shades of Tacha #C7BA62

Tints of Tacha #C7BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.29%

R = 41.2%
G = 38.51%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C7BA62 (or 0xC7BA62) is known color: Tacha. HEX triplet: C7, BA and 62. RGB value is (199,186,98). Sum of RGB (Red+Green+Blue) = 199+186+98=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA62 is #38459D. Grayscale: #B4B4B4. Windows color (decimal): -3687838 or 6470343. OLE color: 6470343.

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

Color convert

RGB 199 186 98 -
CMYK 0 0.07 0.51 0.22
HSL 52.28º 0.47% 0.58% -
HSV(B) 52.28º 0.51% 0.78% -
XYZ 43.32 48.14 18.56 -
YUV 179.86 81.81 141.66 -
System Red Green Blue C M Y K H S L
Decimal 199 186 98 0 0.07 0.51 0.22 52.28 0.47 0.58
Hex C7 BA 62 0 7 33 16 34 2F 3A
Octal 307 272 142 0 7 63 26 64 57 72
Binary 11000111 10111010 1100010 0 111 110011 10110 110100 101111 111010

Color Harmonies of #C7BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA62

Black with #C7BA62

Text Example


Text Example

White with #C7BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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