Html Css Color HEX #C4AF2E Old Gold

📋 copy color: '#C4AF2E'

red 196 ◦ green 175 ◦ blue 46

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

Shades of Old Gold #C4AF2E

Tints of Old Gold #C4AF2E

RGB

 RED value IS 196 (76.95% from 255) = 47%

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

 BLUE value IS 46 (18.36% from 255) = 11.03%

R = 47%
G = 41.97%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4AF2E (or 0xC4AF2E) is known color: Old Gold. HEX triplet: C4, AF and 2E. RGB value is (196,175,46). Sum of RGB (Red+Green+Blue) = 196+175+46=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AF2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4AF2E is #3B50D1. Grayscale: #A7A7A7. Windows color (decimal): -3887314 or 3059652. OLE color: 3059652.

HSL color Cylindrical-coordinate representation of color #C4AF2E: hue angle of 51.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4AF2E is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 175 46 -
CMYK 0 0.11 0.77 0.23
HSL 51.6º 0.62% 0.47% -
HSV(B) 51.6º 0.77% 0.77% -
XYZ 38.59 42.59 8.77 -
YUV 166.57 59.96 148.99 -
System Red Green Blue C M Y K H S L
Decimal 196 175 46 0 0.11 0.77 0.23 51.6 0.62 0.47
Hex C4 AF 2E 0 B 4D 17 34 3E 2F
Octal 304 257 56 0 13 115 27 64 76 57
Binary 11000100 10101111 101110 0 1011 1001101 10111 110100 111110 101111

Color Harmonies of #C4AF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AF2E

Black with #C4AF2E

Text Example


Text Example

White with #C4AF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AF2E; }

 p { color: rgb(196,175,46); }

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

background-color css

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

 a { background-color: rgb(196,175,46); }

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

border-color css

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

 span { border-color: rgb(196,175,46); }

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