Html Css Color HEX #C7AF2F Old Gold

📋 copy color: '#C7AF2F'

red 199 ◦ green 175 ◦ blue 47

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

Shades of Old Gold #C7AF2F

Tints of Old Gold #C7AF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.16%

R = 47.27%
G = 41.57%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7AF2F (or 0xC7AF2F) is known color: Old Gold. HEX triplet: C7, AF and 2F. RGB value is (199,175,47). Sum of RGB (Red+Green+Blue) = 199+175+47=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 47 (18.75% from 255 or 11.16% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF2F is #3850D0. Grayscale: #A8A8A8. Windows color (decimal): -3690705 or 3125191. OLE color: 3125191.

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

Color convert

RGB 199 175 47 -
CMYK 0 0.12 0.76 0.22
HSL 50.53º 0.62% 0.48% -
HSV(B) 50.53º 0.76% 0.78% -
XYZ 39.4 43.01 8.91 -
YUV 167.58 59.95 150.41 -
System Red Green Blue C M Y K H S L
Decimal 199 175 47 0 0.12 0.76 0.22 50.53 0.62 0.48
Hex C7 AF 2F 0 C 4C 16 33 3E 30
Octal 307 257 57 0 14 114 26 63 76 60
Binary 11000111 10101111 101111 0 1100 1001100 10110 110011 111110 110000

Color Harmonies of #C7AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF2F

Black with #C7AF2F

Text Example


Text Example

White with #C7AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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