Html Css Color HEX #C2AF36 Old Gold

📋 copy color: '#C2AF36'

red 194 ◦ green 175 ◦ blue 54

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

Shades of Old Gold #C2AF36

Tints of Old Gold #C2AF36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.77%

R = 45.86%
G = 41.37%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C2AF36 (or 0xC2AF36) is known color: Old Gold. HEX triplet: C2, AF and 36. RGB value is (194,175,54). Sum of RGB (Red+Green+Blue) = 194+175+54=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 54 (21.48% from 255 or 12.77% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF36 is #3D50C9. Grayscale: #A7A7A7. Windows color (decimal): -4018378 or 3583938. OLE color: 3583938.

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

Color convert

RGB 194 175 54 -
CMYK 0 0.10 0.72 0.24
HSL 51.86º 0.56% 0.49% -
HSV(B) 51.86º 0.72% 0.76% -
XYZ 38.24 42.4 9.66 -
YUV 166.89 64.29 147.34 -
System Red Green Blue C M Y K H S L
Decimal 194 175 54 0 0.10 0.72 0.24 51.86 0.56 0.49
Hex C2 AF 36 0 A 48 18 34 38 31
Octal 302 257 66 0 12 110 30 64 70 61
Binary 11000010 10101111 110110 0 1010 1001000 11000 110100 111000 110001

Color Harmonies of #C2AF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF36

Black with #C2AF36

Text Example


Text Example

White with #C2AF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF36; }

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

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

background-color css

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

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

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

border-color css

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

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

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