Html Css Color HEX #C2A31D Buddha Gold

📋 copy color: '#C2A31D'

red 194 ◦ green 163 ◦ blue 29

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

Shades of Buddha Gold #C2A31D

Tints of Buddha Gold #C2A31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.51%

R = 50.26%
G = 42.23%
B = 7.51%

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

#C2A31D (or 0xC2A31D) is known color: Buddha Gold. HEX triplet: C2, A3 and 1D. RGB value is (194,163,29). Sum of RGB (Red+Green+Blue) = 194+163+29=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A31D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A31D is #3D5CE2. Grayscale: #9D9D9D. Windows color (decimal): -4021475 or 1942466. OLE color: 1942466.

HSL color Cylindrical-coordinate representation of color #C2A31D: hue angle of 48.73º degrees, saturation: 0.74, 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 #C2A31D is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 163 29 -
CMYK 0 0.16 0.85 0.24
HSL 48.73º 0.74% 0.44% -
HSV(B) 48.73º 0.85% 0.76% -
XYZ 35.57 37.75 6.57 -
YUV 156.99 55.77 154.4 -
System Red Green Blue C M Y K H S L
Decimal 194 163 29 0 0.16 0.85 0.24 48.73 0.74 0.44
Hex C2 A3 1D 0 10 55 18 31 4A 2C
Octal 302 243 35 0 20 125 30 61 112 54
Binary 11000010 10100011 11101 0 10000 1010101 11000 110001 1001010 101100

Color Harmonies of #C2A31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A31D

Black with #C2A31D

Text Example


Text Example

White with #C2A31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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