Html Css Color HEX #C2AF3A Old Gold

📋 copy color: '#C2AF3A'

red 194 ◦ green 175 ◦ blue 58

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

Shades of Old Gold #C2AF3A

Tints of Old Gold #C2AF3A

RGB

 RED value IS 194 (76.17% from 255) = 45.43%

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

 BLUE value IS 58 (23.05% from 255) = 13.58%

R = 45.43%
G = 40.98%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2AF3A (or 0xC2AF3A) is known color: Old Gold. HEX triplet: C2, AF and 3A. RGB value is (194,175,58). Sum of RGB (Red+Green+Blue) = 194+175+58=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF3A is #3D50C5. Grayscale: #A7A7A7. Windows color (decimal): -4018374 or 3846082. OLE color: 3846082.

HSL color Cylindrical-coordinate representation of color #C2AF3A: hue angle of 51.62º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2AF3A is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 58 -
CMYK 0 0.10 0.70 0.24
HSL 51.62º 0.54% 0.49% -
HSV(B) 51.62º 0.7% 0.76% -
XYZ 38.34 42.43 10.17 -
YUV 167.34 66.29 147.01 -
System Red Green Blue C M Y K H S L
Decimal 194 175 58 0 0.10 0.70 0.24 51.62 0.54 0.49
Hex C2 AF 3A 0 A 46 18 34 36 31
Octal 302 257 72 0 12 106 30 64 66 61
Binary 11000010 10101111 111010 0 1010 1000110 11000 110100 110110 110001

Color Harmonies of #C2AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF3A

Black with #C2AF3A

Text Example


Text Example

White with #C2AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF3A; }

 p { color: rgb(194,175,58); }

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

background-color css

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

 a { background-color: rgb(194,175,58); }

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

border-color css

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

 span { border-color: rgb(194,175,58); }

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