Html Css Color HEX #C2A51C Buddha Gold

📋 copy color: '#C2A51C'

red 194 ◦ green 165 ◦ blue 28

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

Shades of Buddha Gold #C2A51C

Tints of Buddha Gold #C2A51C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

 BLUE value IS 28 (11.33% from 255) = 7.24%

R = 50.13%
G = 42.64%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2A51C (or 0xC2A51C) is known color: Buddha Gold. HEX triplet: C2, A5 and 1C. RGB value is (194,165,28). Sum of RGB (Red+Green+Blue) = 194+165+28=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A51C is #3D5AE3. Grayscale: #9E9E9E. Windows color (decimal): -4020964 or 1877442. OLE color: 1877442.

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

Color convert

RGB 194 165 28 -
CMYK 0 0.15 0.86 0.24
HSL 49.52º 0.75% 0.44% -
HSV(B) 49.52º 0.86% 0.76% -
XYZ 35.91 38.46 6.63 -
YUV 158.05 54.61 153.64 -
System Red Green Blue C M Y K H S L
Decimal 194 165 28 0 0.15 0.86 0.24 49.52 0.75 0.44
Hex C2 A5 1C 0 F 56 18 32 4B 2C
Octal 302 245 34 0 17 126 30 62 113 54
Binary 11000010 10100101 11100 0 1111 1010110 11000 110010 1001011 101100

Color Harmonies of #C2A51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A51C

Black with #C2A51C

Text Example


Text Example

White with #C2A51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A51C; }

 p { color: rgb(194,165,28); }

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

background-color css

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

 a { background-color: rgb(194,165,28); }

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

border-color css

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

 span { border-color: rgb(194,165,28); }

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