Html Css Color HEX #C7AF41 Old Gold

📋 copy color: '#C7AF41'

red 199 ◦ green 175 ◦ blue 65

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

Shades of Old Gold #C7AF41

Tints of Old Gold #C7AF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 45.33%
G = 39.86%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C7AF41 (or 0xC7AF41) is known color: Old Gold. HEX triplet: C7, AF and 41. RGB value is (199,175,65). Sum of RGB (Red+Green+Blue) = 199+175+65=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AF41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7AF41 is #3850BE. Grayscale: #AAAAAA. Windows color (decimal): -3690687 or 4304839. OLE color: 4304839.

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

Color convert

RGB 199 175 65 -
CMYK 0 0.12 0.67 0.22
HSL 49.25º 0.54% 0.52% -
HSV(B) 49.25º 0.67% 0.78% -
XYZ 39.84 43.18 11.24 -
YUV 169.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 199 175 65 0 0.12 0.67 0.22 49.25 0.54 0.52
Hex C7 AF 41 0 C 43 16 31 36 34
Octal 307 257 101 0 14 103 26 61 66 64
Binary 11000111 10101111 1000001 0 1100 1000011 10110 110001 110110 110100

Color Harmonies of #C7AF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AF41

Black with #C7AF41

Text Example


Text Example

White with #C7AF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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