Html Css Color HEX #C7B75E Tacha

📋 copy color: '#C7B75E'

red 199 ◦ green 183 ◦ blue 94

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

Shades of Tacha #C7B75E

Tints of Tacha #C7B75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.45%

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

R = 41.81%
G = 38.45%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C7B75E (or 0xC7B75E) is known color: Tacha. HEX triplet: C7, B7 and 5E. RGB value is (199,183,94). Sum of RGB (Red+Green+Blue) = 199+183+94=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B75E is #3848A1. Grayscale: #B2B2B2. Windows color (decimal): -3688610 or 6207431. OLE color: 6207431.

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

Color convert

RGB 199 183 94 -
CMYK 0 0.08 0.53 0.22
HSL 50.86º 0.48% 0.57% -
HSV(B) 50.86º 0.53% 0.78% -
XYZ 42.51 46.82 17.39 -
YUV 177.64 80.8 143.24 -
System Red Green Blue C M Y K H S L
Decimal 199 183 94 0 0.08 0.53 0.22 50.86 0.48 0.57
Hex C7 B7 5E 0 8 35 16 33 30 39
Octal 307 267 136 0 10 65 26 63 60 71
Binary 11000111 10110111 1011110 0 1000 110101 10110 110011 110000 111001

Color Harmonies of #C7B75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B75E

Black with #C7B75E

Text Example


Text Example

White with #C7B75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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