Html Css Color HEX #C7B365 Tacha

📋 copy color: '#C7B365'

red 199 ◦ green 179 ◦ blue 101

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

Shades of Tacha #C7B365

Tints of Tacha #C7B365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.09%

R = 41.54%
G = 37.37%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C7B365 (or 0xC7B365) is known color: Tacha. HEX triplet: C7, B3 and 65. RGB value is (199,179,101). Sum of RGB (Red+Green+Blue) = 199+179+101=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B365 is #384C9A. Grayscale: #B0B0B0. Windows color (decimal): -3689627 or 6665159. OLE color: 6665159.

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

Color convert

RGB 199 179 101 -
CMYK 0 0.10 0.49 0.22
HSL 47.76º 0.47% 0.59% -
HSV(B) 47.76º 0.49% 0.78% -
XYZ 42.02 45.32 18.85 -
YUV 176.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 199 179 101 0 0.10 0.49 0.22 47.76 0.47 0.59
Hex C7 B3 65 0 A 31 16 30 2F 3B
Octal 307 263 145 0 12 61 26 60 57 73
Binary 11000111 10110011 1100101 0 1010 110001 10110 110000 101111 111011

Color Harmonies of #C7B365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B365

Black with #C7B365

Text Example


Text Example

White with #C7B365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B365; }

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

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

background-color css

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

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

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

border-color css

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

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

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