Html Css Color HEX #C7AF3A Old Gold

📋 copy color: '#C7AF3A'

red 199 ◦ green 175 ◦ blue 58

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

Shades of Old Gold #C7AF3A

Tints of Old Gold #C7AF3A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

 BLUE value IS 58 (23.05% from 255) = 13.43%

R = 46.06%
G = 40.51%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7AF3A (or 0xC7AF3A) is known color: Old Gold. HEX triplet: C7, AF and 3A. RGB value is (199,175,58). Sum of RGB (Red+Green+Blue) = 199+175+58=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF3A is #3850C5. Grayscale: #A9A9A9. Windows color (decimal): -3690694 or 3846087. OLE color: 3846087.

HSL color Cylindrical-coordinate representation of color #C7AF3A: hue angle of 49.79º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C7AF3A is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 175 58 -
CMYK 0 0.12 0.71 0.22
HSL 49.79º 0.56% 0.5% -
HSV(B) 49.79º 0.71% 0.78% -
XYZ 39.65 43.11 10.23 -
YUV 168.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 199 175 58 0 0.12 0.71 0.22 49.79 0.56 0.5
Hex C7 AF 3A 0 C 47 16 32 38 32
Octal 307 257 72 0 14 107 26 62 70 62
Binary 11000111 10101111 111010 0 1100 1000111 10110 110010 111000 110010

Color Harmonies of #C7AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF3A

Black with #C7AF3A

Text Example


Text Example

White with #C7AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF3A; }

 p { color: rgb(199,175,58); }

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

background-color css

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

 a { background-color: rgb(199,175,58); }

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

border-color css

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

 span { border-color: rgb(199,175,58); }

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