Html Css Color HEX #C7B45F Tacha

📋 copy color: '#C7B45F'

red 199 ◦ green 180 ◦ blue 95

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

Shades of Tacha #C7B45F

Tints of Tacha #C7B45F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.97%

 BLUE value IS 95 (37.5% from 255) = 20.04%

R = 41.98%
G = 37.97%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C7B45F (or 0xC7B45F) is known color: Tacha. HEX triplet: C7, B4 and 5F. RGB value is (199,180,95). Sum of RGB (Red+Green+Blue) = 199+180+95=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7B45F is #384BA0. Grayscale: #B0B0B0. Windows color (decimal): -3689377 or 6272199. OLE color: 6272199.

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

Color convert

RGB 199 180 95 -
CMYK 0 0.10 0.52 0.22
HSL 49.04º 0.48% 0.58% -
HSV(B) 49.04º 0.52% 0.78% -
XYZ 41.94 45.61 17.42 -
YUV 175.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 199 180 95 0 0.10 0.52 0.22 49.04 0.48 0.58
Hex C7 B4 5F 0 A 34 16 31 30 3A
Octal 307 264 137 0 12 64 26 61 60 72
Binary 11000111 10110100 1011111 0 1010 110100 10110 110001 110000 111010

Color Harmonies of #C7B45F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B45F

Black with #C7B45F

Text Example


Text Example

White with #C7B45F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B45F; }

 p { color: rgb(199,180,95); }

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

background-color css

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

 a { background-color: rgb(199,180,95); }

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

border-color css

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

 span { border-color: rgb(199,180,95); }

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