Html Css Color HEX #C2AC33 Old Gold

📋 copy color: '#C2AC33'

red 194 ◦ green 172 ◦ blue 51

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

Shades of Old Gold #C2AC33

Tints of Old Gold #C2AC33

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.25%

 BLUE value IS 51 (20.31% from 255) = 12.23%

R = 46.52%
G = 41.25%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C2AC33 (or 0xC2AC33) is known color: Old Gold. HEX triplet: C2, AC and 33. RGB value is (194,172,51). Sum of RGB (Red+Green+Blue) = 194+172+51=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 51 (20.31% from 255 or 12.23% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AC33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AC33 is #3D53CC. Grayscale: #A5A5A5. Windows color (decimal): -4019149 or 3386562. OLE color: 3386562.

HSL color Cylindrical-coordinate representation of color #C2AC33: hue angle of 50.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2AC33 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 172 51 -
CMYK 0 0.11 0.74 0.24
HSL 50.77º 0.58% 0.48% -
HSV(B) 50.77º 0.74% 0.76% -
XYZ 37.6 41.21 9.11 -
YUV 164.78 63.79 148.84 -
System Red Green Blue C M Y K H S L
Decimal 194 172 51 0 0.11 0.74 0.24 50.77 0.58 0.48
Hex C2 AC 33 0 B 4A 18 33 3A 30
Octal 302 254 63 0 13 112 30 63 72 60
Binary 11000010 10101100 110011 0 1011 1001010 11000 110011 111010 110000

Color Harmonies of #C2AC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AC33

Black with #C2AC33

Text Example


Text Example

White with #C2AC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AC33; }

 p { color: rgb(194,172,51); }

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

background-color css

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

 a { background-color: rgb(194,172,51); }

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

border-color css

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

 span { border-color: rgb(194,172,51); }

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