Html Css Color HEX #C2A30E Buddha Gold

📋 copy color: '#C2A30E'

red 194 ◦ green 163 ◦ blue 14

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

Shades of Buddha Gold #C2A30E

Tints of Buddha Gold #C2A30E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 52.29%
G = 43.94%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C2A30E (or 0xC2A30E) is known color: Buddha Gold. HEX triplet: C2, A3 and 0E. RGB value is (194,163,14). Sum of RGB (Red+Green+Blue) = 194+163+14=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A30E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A30E is #3D5CF1. Grayscale: #9B9B9B. Windows color (decimal): -4021490 or 959426. OLE color: 959426.

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

Color convert

RGB 194 163 14 -
CMYK 0 0.16 0.93 0.24
HSL 49.67º 0.87% 0.41% -
HSV(B) 49.67º 0.93% 0.76% -
XYZ 35.42 37.7 5.82 -
YUV 155.28 48.27 155.62 -
System Red Green Blue C M Y K H S L
Decimal 194 163 14 0 0.16 0.93 0.24 49.67 0.87 0.41
Hex C2 A3 E 0 10 5D 18 32 57 29
Octal 302 243 16 0 20 135 30 62 127 51
Binary 11000010 10100011 1110 0 10000 1011101 11000 110010 1010111 101001

Color Harmonies of #C2A30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A30E

Black with #C2A30E

Text Example


Text Example

White with #C2A30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A30E; }

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

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

background-color css

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

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

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

border-color css

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

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

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