Html Css Color HEX #C2A31E Buddha Gold

📋 copy color: '#C2A31E'

red 194 ◦ green 163 ◦ blue 30

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

Shades of Buddha Gold #C2A31E

Tints of Buddha Gold #C2A31E

RGB

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

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

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

R = 50.13%
G = 42.12%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2A31E (or 0xC2A31E) is known color: Buddha Gold. HEX triplet: C2, A3 and 1E. RGB value is (194,163,30). Sum of RGB (Red+Green+Blue) = 194+163+30=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A31E is #3D5CE1. Grayscale: #9D9D9D. Windows color (decimal): -4021474 or 2008002. OLE color: 2008002.

HSL color Cylindrical-coordinate representation of color #C2A31E: hue angle of 48.66º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2A31E is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 163 30 -
CMYK 0 0.16 0.85 0.24
HSL 48.66º 0.73% 0.44% -
HSV(B) 48.66º 0.85% 0.76% -
XYZ 35.58 37.76 6.64 -
YUV 157.11 56.27 154.31 -
System Red Green Blue C M Y K H S L
Decimal 194 163 30 0 0.16 0.85 0.24 48.66 0.73 0.44
Hex C2 A3 1E 0 10 55 18 31 49 2C
Octal 302 243 36 0 20 125 30 61 111 54
Binary 11000010 10100011 11110 0 10000 1010101 11000 110001 1001001 101100

Color Harmonies of #C2A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A31E

Black with #C2A31E

Text Example


Text Example

White with #C2A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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