Html Css Color HEX #C7B364 Tacha

📋 copy color: '#C7B364'

red 199 ◦ green 179 ◦ blue 100

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

Shades of Tacha #C7B364

Tints of Tacha #C7B364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.45%

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 41.63%
G = 37.45%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7B364 (or 0xC7B364) is known color: Tacha. HEX triplet: C7, B3 and 64. RGB value is (199,179,100). Sum of RGB (Red+Green+Blue) = 199+179+100=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B364 is #384C9B. Grayscale: #B0B0B0. Windows color (decimal): -3689628 or 6599623. OLE color: 6599623.

HSL color Cylindrical-coordinate representation of color #C7B364: hue angle of 47.88º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7B364 is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 179 100 -
CMYK 0 0.10 0.50 0.22
HSL 47.88º 0.47% 0.59% -
HSV(B) 47.88º 0.5% 0.78% -
XYZ 41.97 45.3 18.59 -
YUV 175.97 85.13 144.42 -
System Red Green Blue C M Y K H S L
Decimal 199 179 100 0 0.10 0.50 0.22 47.88 0.47 0.59
Hex C7 B3 64 0 A 32 16 30 2F 3B
Octal 307 263 144 0 12 62 26 60 57 73
Binary 11000111 10110011 1100100 0 1010 110010 10110 110000 101111 111011

Color Harmonies of #C7B364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B364

Black with #C7B364

Text Example


Text Example

White with #C7B364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B364; }

 p { color: rgb(199,179,100); }

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

background-color css

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

 a { background-color: rgb(199,179,100); }

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

border-color css

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

 span { border-color: rgb(199,179,100); }

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