Html Css Color HEX #C2A01C Buddha Gold

📋 copy color: '#C2A01C'

red 194 ◦ green 160 ◦ blue 28

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

Shades of Buddha Gold #C2A01C

Tints of Buddha Gold #C2A01C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.88%

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

R = 50.79%
G = 41.88%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C2A01C (or 0xC2A01C) is known color: Buddha Gold. HEX triplet: C2, A0 and 1C. RGB value is (194,160,28). Sum of RGB (Red+Green+Blue) = 194+160+28=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A01C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A01C is #3D5FE3. Grayscale: #9B9B9B. Windows color (decimal): -4022244 or 1876162. OLE color: 1876162.

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

Color convert

RGB 194 160 28 -
CMYK 0 0.18 0.86 0.24
HSL 47.71º 0.75% 0.44% -
HSV(B) 47.71º 0.86% 0.76% -
XYZ 35.03 36.69 6.34 -
YUV 155.12 56.26 155.73 -
System Red Green Blue C M Y K H S L
Decimal 194 160 28 0 0.18 0.86 0.24 47.71 0.75 0.44
Hex C2 A0 1C 0 12 56 18 30 4B 2C
Octal 302 240 34 0 22 126 30 60 113 54
Binary 11000010 10100000 11100 0 10010 1010110 11000 110000 1001011 101100

Color Harmonies of #C2A01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A01C

Black with #C2A01C

Text Example


Text Example

White with #C2A01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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