Html Css Color HEX #C2A21F Buddha Gold

📋 copy color: '#C2A21F'

red 194 ◦ green 162 ◦ blue 31

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

Shades of Buddha Gold #C2A21F

Tints of Buddha Gold #C2A21F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.86%

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

R = 50.13%
G = 41.86%
B = 8.01%

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

#C2A21F (or 0xC2A21F) is known color: Buddha Gold. HEX triplet: C2, A2 and 1F. RGB value is (194,162,31). Sum of RGB (Red+Green+Blue) = 194+162+31=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 31 (12.5% from 255 or 8.01% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A21F is #3D5DE0. Grayscale: #9D9D9D. Windows color (decimal): -4021729 or 2073282. OLE color: 2073282.

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

Color convert

RGB 194 162 31 -
CMYK 0 0.16 0.84 0.24
HSL 48.22º 0.72% 0.44% -
HSV(B) 48.22º 0.84% 0.76% -
XYZ 35.42 37.41 6.65 -
YUV 156.63 57.1 154.65 -
System Red Green Blue C M Y K H S L
Decimal 194 162 31 0 0.16 0.84 0.24 48.22 0.72 0.44
Hex C2 A2 1F 0 10 54 18 30 48 2C
Octal 302 242 37 0 20 124 30 60 110 54
Binary 11000010 10100010 11111 0 10000 1010100 11000 110000 1001000 101100

Color Harmonies of #C2A21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A21F

Black with #C2A21F

Text Example


Text Example

White with #C2A21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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