Html Css Color HEX #C7B464 Tacha

📋 copy color: '#C7B464'

red 199 ◦ green 180 ◦ blue 100

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

Shades of Tacha #C7B464

Tints of Tacha #C7B464

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.58%

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

R = 41.54%
G = 37.58%
B = 20.88%

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

#C7B464 (or 0xC7B464) is known color: Tacha. HEX triplet: C7, B4 and 64. RGB value is (199,180,100). Sum of RGB (Red+Green+Blue) = 199+180+100=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B464 is #384B9B. Grayscale: #B0B0B0. Windows color (decimal): -3689372 or 6599879. OLE color: 6599879.

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

Color convert

RGB 199 180 100 -
CMYK 0 0.10 0.50 0.22
HSL 48.48º 0.47% 0.59% -
HSV(B) 48.48º 0.5% 0.78% -
XYZ 42.17 45.7 18.66 -
YUV 176.56 84.79 144 -
System Red Green Blue C M Y K H S L
Decimal 199 180 100 0 0.10 0.50 0.22 48.48 0.47 0.59
Hex C7 B4 64 0 A 32 16 30 2F 3B
Octal 307 264 144 0 12 62 26 60 57 73
Binary 11000111 10110100 1100100 0 1010 110010 10110 110000 101111 111011

Color Harmonies of #C7B464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B464

Black with #C7B464

Text Example


Text Example

White with #C7B464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B464; }

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

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

background-color css

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

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

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

border-color css

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

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

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