Html Css Color HEX #C0A31F Buddha Gold

📋 copy color: '#C0A31F'

red 192 ◦ green 163 ◦ blue 31

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

Shades of Buddha Gold #C0A31F

Tints of Buddha Gold #C0A31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 49.74%
G = 42.23%
B = 8.03%

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

#C0A31F (or 0xC0A31F) is known color: Buddha Gold. HEX triplet: C0, A3 and 1F. RGB value is (192,163,31). Sum of RGB (Red+Green+Blue) = 192+163+31=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A31F is #3F5CE0. Grayscale: #9D9D9D. Windows color (decimal): -4152545 or 2073536. OLE color: 2073536.

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

Color convert

RGB 192 163 31 -
CMYK 0 0.15 0.84 0.25
HSL 49.19º 0.72% 0.44% -
HSV(B) 49.19º 0.84% 0.75% -
XYZ 35.08 37.5 6.69 -
YUV 156.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 192 163 31 0 0.15 0.84 0.25 49.19 0.72 0.44
Hex C0 A3 1F 0 F 54 19 31 48 2C
Octal 300 243 37 0 17 124 31 61 110 54
Binary 11000000 10100011 11111 0 1111 1010100 11001 110001 1001000 101100

Color Harmonies of #C0A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A31F

Black with #C0A31F

Text Example


Text Example

White with #C0A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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