Html Css Color HEX #C7AC40 Old Gold

📋 copy color: '#C7AC40'

red 199 ◦ green 172 ◦ blue 64

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

Shades of Old Gold #C7AC40

Tints of Old Gold #C7AC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.54%

 BLUE value IS 64 (25.39% from 255) = 14.71%

R = 45.75%
G = 39.54%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C7AC40 (or 0xC7AC40) is known color: Old Gold. HEX triplet: C7, AC and 40. RGB value is (199,172,64). Sum of RGB (Red+Green+Blue) = 199+172+64=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AC40 is #3853BF. Grayscale: #A8A8A8. Windows color (decimal): -3691456 or 4238535. OLE color: 4238535.

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

Color convert

RGB 199 172 64 -
CMYK 0 0.14 0.68 0.22
HSL 48º 0.55% 0.52% -
HSV(B) 48º 0.68% 0.78% -
XYZ 39.23 42.02 10.89 -
YUV 167.76 69.45 150.28 -
System Red Green Blue C M Y K H S L
Decimal 199 172 64 0 0.14 0.68 0.22 48 0.55 0.52
Hex C7 AC 40 0 E 44 16 30 37 34
Octal 307 254 100 0 16 104 26 60 67 64
Binary 11000111 10101100 1000000 0 1110 1000100 10110 110000 110111 110100

Color Harmonies of #C7AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC40

Black with #C7AC40

Text Example


Text Example

White with #C7AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC40; }

 p { color: rgb(199,172,64); }

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

background-color css

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

 a { background-color: rgb(199,172,64); }

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

border-color css

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

 span { border-color: rgb(199,172,64); }

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