Html Css Color HEX #C3AF3E Old Gold

📋 copy color: '#C3AF3E'

red 195 ◦ green 175 ◦ blue 62

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

Shades of Old Gold #C3AF3E

Tints of Old Gold #C3AF3E

RGB

 RED value IS 195 (76.56% from 255) = 45.14%

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

 BLUE value IS 62 (24.61% from 255) = 14.35%

R = 45.14%
G = 40.51%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C3AF3E (or 0xC3AF3E) is known color: Old Gold. HEX triplet: C3, AF and 3E. RGB value is (195,175,62). Sum of RGB (Red+Green+Blue) = 195+175+62=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 62 (24.61% from 255 or 14.35% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF3E is #3C50C1. Grayscale: #A8A8A8. Windows color (decimal): -3952834 or 4108227. OLE color: 4108227.

HSL color Cylindrical-coordinate representation of color #C3AF3E: hue angle of 50.98º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3AF3E is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 62 -
CMYK 0 0.10 0.68 0.24
HSL 50.98º 0.53% 0.5% -
HSV(B) 50.98º 0.68% 0.76% -
XYZ 38.71 42.61 10.74 -
YUV 168.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 195 175 62 0 0.10 0.68 0.24 50.98 0.53 0.5
Hex C3 AF 3E 0 A 44 18 33 35 32
Octal 303 257 76 0 12 104 30 63 65 62
Binary 11000011 10101111 111110 0 1010 1000100 11000 110011 110101 110010

Color Harmonies of #C3AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF3E

Black with #C3AF3E

Text Example


Text Example

White with #C3AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF3E; }

 p { color: rgb(195,175,62); }

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

background-color css

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

 a { background-color: rgb(195,175,62); }

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

border-color css

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

 span { border-color: rgb(195,175,62); }

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