Html Css Color HEX #C7B368 Tacha

📋 copy color: '#C7B368'

red 199 ◦ green 179 ◦ blue 104

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

Shades of Tacha #C7B368

Tints of Tacha #C7B368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.58%

R = 41.29%
G = 37.14%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7B368 (or 0xC7B368) is known color: Tacha. HEX triplet: C7, B3 and 68. RGB value is (199,179,104). Sum of RGB (Red+Green+Blue) = 199+179+104=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 179 (70.31% from 255 or 37.14% from 482); Blue value is 104 (41.02% from 255 or 21.58% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B368 is #384C97. Grayscale: #B0B0B0. Windows color (decimal): -3689624 or 6861767. OLE color: 6861767.

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

Color convert

RGB 199 179 104 -
CMYK 0 0.10 0.48 0.22
HSL 47.37º 0.46% 0.59% -
HSV(B) 47.37º 0.48% 0.78% -
XYZ 42.17 45.38 19.63 -
YUV 176.43 87.13 144.1 -
System Red Green Blue C M Y K H S L
Decimal 199 179 104 0 0.10 0.48 0.22 47.37 0.46 0.59
Hex C7 B3 68 0 A 30 16 2F 2E 3B
Octal 307 263 150 0 12 60 26 57 56 73
Binary 11000111 10110011 1101000 0 1010 110000 10110 101111 101110 111011

Color Harmonies of #C7B368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B368

Black with #C7B368

Text Example


Text Example

White with #C7B368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B368; }

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

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

background-color css

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

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

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

border-color css

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

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

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