Html Css Color HEX #C0AE36 Old Gold

📋 copy color: '#C0AE36'

red 192 ◦ green 174 ◦ blue 54

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

Shades of Old Gold #C0AE36

Tints of Old Gold #C0AE36

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

 GREEN value IS 174 (68.36% from 255) = 41.43%

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

R = 45.71%
G = 41.43%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0AE36 (or 0xC0AE36) is known color: Old Gold. HEX triplet: C0, AE and 36. RGB value is (192,174,54). Sum of RGB (Red+Green+Blue) = 192+174+54=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 54 (21.48% from 255 or 12.86% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE36 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AE36 is #3F51C9. Grayscale: #A6A6A6. Windows color (decimal): -4149706 or 3583680. OLE color: 3583680.

HSL color Cylindrical-coordinate representation of color #C0AE36: hue angle of 52.17º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0AE36 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 54 -
CMYK 0 0.09 0.72 0.25
HSL 52.17º 0.56% 0.48% -
HSV(B) 52.17º 0.72% 0.75% -
XYZ 37.54 41.74 9.57 -
YUV 165.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 192 174 54 0 0.09 0.72 0.25 52.17 0.56 0.48
Hex C0 AE 36 0 9 48 19 34 38 30
Octal 300 256 66 0 11 110 31 64 70 60
Binary 11000000 10101110 110110 0 1001 1001000 11001 110100 111000 110000

Color Harmonies of #C0AE36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE36

Black with #C0AE36

Text Example


Text Example

White with #C0AE36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE36; }

 p { color: rgb(192,174,54); }

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

background-color css

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

 a { background-color: rgb(192,174,54); }

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

border-color css

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

 span { border-color: rgb(192,174,54); }

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