Html Css Color HEX #C0A41E Buddha Gold

📋 copy color: '#C0A41E'

red 192 ◦ green 164 ◦ blue 30

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

Shades of Buddha Gold #C0A41E

Tints of Buddha Gold #C0A41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.49%

 BLUE value IS 30 (12.11% from 255) = 7.77%

R = 49.74%
G = 42.49%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0A41E (or 0xC0A41E) is known color: Buddha Gold. HEX triplet: C0, A4 and 1E. RGB value is (192,164,30). Sum of RGB (Red+Green+Blue) = 192+164+30=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 30 (12.11% from 255 or 7.77% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A41E is #3F5BE1. Grayscale: #9D9D9D. Windows color (decimal): -4152290 or 2008256. OLE color: 2008256.

HSL color Cylindrical-coordinate representation of color #C0A41E: hue angle of 49.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0A41E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 164 30 -
CMYK 0 0.15 0.84 0.25
HSL 49.63º 0.73% 0.44% -
HSV(B) 49.63º 0.84% 0.75% -
XYZ 35.25 37.85 6.68 -
YUV 157.1 56.28 152.9 -
System Red Green Blue C M Y K H S L
Decimal 192 164 30 0 0.15 0.84 0.25 49.63 0.73 0.44
Hex C0 A4 1E 0 F 54 19 32 49 2C
Octal 300 244 36 0 17 124 31 62 111 54
Binary 11000000 10100100 11110 0 1111 1010100 11001 110010 1001001 101100

Color Harmonies of #C0A41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A41E

Black with #C0A41E

Text Example


Text Example

White with #C0A41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A41E; }

 p { color: rgb(192,164,30); }

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

background-color css

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

 a { background-color: rgb(192,164,30); }

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

border-color css

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

 span { border-color: rgb(192,164,30); }

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