Html Css Color HEX #C0A31E Buddha Gold

📋 copy color: '#C0A31E'

red 192 ◦ green 163 ◦ blue 30

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

Shades of Buddha Gold #C0A31E

Tints of Buddha Gold #C0A31E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.34%

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

R = 49.87%
G = 42.34%
B = 7.79%

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

#C0A31E (or 0xC0A31E) is known color: Buddha Gold. HEX triplet: C0, A3 and 1E. RGB value is (192,163,30). Sum of RGB (Red+Green+Blue) = 192+163+30=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 30 (12.11% from 255 or 7.79% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A31E is #3F5CE1. Grayscale: #9D9D9D. Windows color (decimal): -4152546 or 2008000. OLE color: 2008000.

HSL color Cylindrical-coordinate representation of color #C0A31E: hue angle of 49.26º 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 #C0A31E is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 163 30 -
CMYK 0 0.15 0.84 0.25
HSL 49.26º 0.73% 0.44% -
HSV(B) 49.26º 0.84% 0.75% -
XYZ 35.07 37.49 6.62 -
YUV 156.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 192 163 30 0 0.15 0.84 0.25 49.26 0.73 0.44
Hex C0 A3 1E 0 F 54 19 31 49 2C
Octal 300 243 36 0 17 124 31 61 111 54
Binary 11000000 10100011 11110 0 1111 1010100 11001 110001 1001001 101100

Color Harmonies of #C0A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A31E

Black with #C0A31E

Text Example


Text Example

White with #C0A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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