Html Css Color HEX #C7AF32 Old Gold

📋 copy color: '#C7AF32'

red 199 ◦ green 175 ◦ blue 50

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

Shades of Old Gold #C7AF32

Tints of Old Gold #C7AF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.79%

R = 46.93%
G = 41.27%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C7AF32 (or 0xC7AF32) is known color: Old Gold. HEX triplet: C7, AF and 32. RGB value is (199,175,50). Sum of RGB (Red+Green+Blue) = 199+175+50=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF32 is #3850CD. Grayscale: #A8A8A8. Windows color (decimal): -3690702 or 3321799. OLE color: 3321799.

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

Color convert

RGB 199 175 50 -
CMYK 0 0.12 0.75 0.22
HSL 50.34º 0.6% 0.49% -
HSV(B) 50.34º 0.75% 0.78% -
XYZ 39.46 43.03 9.24 -
YUV 167.93 61.45 150.16 -
System Red Green Blue C M Y K H S L
Decimal 199 175 50 0 0.12 0.75 0.22 50.34 0.6 0.49
Hex C7 AF 32 0 C 4B 16 32 3C 31
Octal 307 257 62 0 14 113 26 62 74 61
Binary 11000111 10101111 110010 0 1100 1001011 10110 110010 111100 110001

Color Harmonies of #C7AF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF32

Black with #C7AF32

Text Example


Text Example

White with #C7AF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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