Html Css Color HEX #C2A31F Buddha Gold

📋 copy color: '#C2A31F'

red 194 ◦ green 163 ◦ blue 31

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

Shades of Buddha Gold #C2A31F

Tints of Buddha Gold #C2A31F

RGB

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

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

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

R = 50%
G = 42.01%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C2A31F (or 0xC2A31F) is known color: Buddha Gold. HEX triplet: C2, A3 and 1F. RGB value is (194,163,31). Sum of RGB (Red+Green+Blue) = 194+163+31=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A31F is #3D5CE0. Grayscale: #9D9D9D. Windows color (decimal): -4021473 or 2073538. OLE color: 2073538.

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

Color convert

RGB 194 163 31 -
CMYK 0 0.16 0.84 0.24
HSL 48.59º 0.72% 0.44% -
HSV(B) 48.59º 0.84% 0.76% -
XYZ 35.59 37.76 6.71 -
YUV 157.22 56.77 154.23 -
System Red Green Blue C M Y K H S L
Decimal 194 163 31 0 0.16 0.84 0.24 48.59 0.72 0.44
Hex C2 A3 1F 0 10 54 18 31 48 2C
Octal 302 243 37 0 20 124 30 61 110 54
Binary 11000010 10100011 11111 0 10000 1010100 11000 110001 1001000 101100

Color Harmonies of #C2A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A31F

Black with #C2A31F

Text Example


Text Example

White with #C2A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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