Html Css Color HEX #C7B656 Tacha

📋 copy color: '#C7B656'

red 199 ◦ green 182 ◦ blue 86

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

Shades of Tacha #C7B656

Tints of Tacha #C7B656

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.97%

 BLUE value IS 86 (33.98% from 255) = 18.42%

R = 42.61%
G = 38.97%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C7B656 (or 0xC7B656) is known color: Tacha. HEX triplet: C7, B6 and 56. RGB value is (199,182,86). Sum of RGB (Red+Green+Blue) = 199+182+86=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B656 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B656 is #3849A9. Grayscale: #B0B0B0. Windows color (decimal): -3688874 or 5682887. OLE color: 5682887.

HSL color Cylindrical-coordinate representation of color #C7B656: hue angle of 50.97º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C7B656 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 182 86 -
CMYK 0 0.09 0.57 0.22
HSL 50.97º 0.5% 0.56% -
HSV(B) 50.97º 0.57% 0.78% -
XYZ 41.96 46.27 15.52 -
YUV 176.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 199 182 86 0 0.09 0.57 0.22 50.97 0.5 0.56
Hex C7 B6 56 0 9 39 16 33 32 38
Octal 307 266 126 0 11 71 26 63 62 70
Binary 11000111 10110110 1010110 0 1001 111001 10110 110011 110010 111000

Color Harmonies of #C7B656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B656

Black with #C7B656

Text Example


Text Example

White with #C7B656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B656; }

 p { color: rgb(199,182,86); }

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

background-color css

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

 a { background-color: rgb(199,182,86); }

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

border-color css

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

 span { border-color: rgb(199,182,86); }

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