Html Css Color HEX #C7B95A Tacha

📋 copy color: '#C7B95A'

red 199 ◦ green 185 ◦ blue 90

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

Shades of Tacha #C7B95A

Tints of Tacha #C7B95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.03%

 BLUE value IS 90 (35.55% from 255) = 18.99%

R = 41.98%
G = 39.03%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C7B95A (or 0xC7B95A) is known color: Tacha. HEX triplet: C7, B9 and 5A. RGB value is (199,185,90). Sum of RGB (Red+Green+Blue) = 199+185+90=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 90 (35.55% from 255 or 18.99% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B95A is #3846A5. Grayscale: #B2B2B2. Windows color (decimal): -3688102 or 5945799. OLE color: 5945799.

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

Color convert

RGB 199 185 90 -
CMYK 0 0.07 0.55 0.22
HSL 52.29º 0.49% 0.57% -
HSV(B) 52.29º 0.55% 0.78% -
XYZ 42.75 47.58 16.6 -
YUV 178.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 199 185 90 0 0.07 0.55 0.22 52.29 0.49 0.57
Hex C7 B9 5A 0 7 37 16 34 31 39
Octal 307 271 132 0 7 67 26 64 61 71
Binary 11000111 10111001 1011010 0 111 110111 10110 110100 110001 111001

Color Harmonies of #C7B95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B95A

Black with #C7B95A

Text Example


Text Example

White with #C7B95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B95A; }

 p { color: rgb(199,185,90); }

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

background-color css

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

 a { background-color: rgb(199,185,90); }

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

border-color css

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

 span { border-color: rgb(199,185,90); }

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