Html Css Color HEX #C7B55E Tacha

📋 copy color: '#C7B55E'

red 199 ◦ green 181 ◦ blue 94

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

Shades of Tacha #C7B55E

Tints of Tacha #C7B55E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.19%

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 41.98%
G = 38.19%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7B55E (or 0xC7B55E) is known color: Tacha. HEX triplet: C7, B5 and 5E. RGB value is (199,181,94). Sum of RGB (Red+Green+Blue) = 199+181+94=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 181 (71.09% from 255 or 38.19% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B55E is #384AA1. Grayscale: #B0B0B0. Windows color (decimal): -3689122 or 6206919. OLE color: 6206919.

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

Color convert

RGB 199 181 94 -
CMYK 0 0.09 0.53 0.22
HSL 49.71º 0.48% 0.57% -
HSV(B) 49.71º 0.53% 0.78% -
XYZ 42.1 46 17.25 -
YUV 176.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 199 181 94 0 0.09 0.53 0.22 49.71 0.48 0.57
Hex C7 B5 5E 0 9 35 16 32 30 39
Octal 307 265 136 0 11 65 26 62 60 71
Binary 11000111 10110101 1011110 0 1001 110101 10110 110010 110000 111001

Color Harmonies of #C7B55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B55E

Black with #C7B55E

Text Example


Text Example

White with #C7B55E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B55E; }

 p { color: rgb(199,181,94); }

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

background-color css

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

 a { background-color: rgb(199,181,94); }

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

border-color css

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

 span { border-color: rgb(199,181,94); }

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