Html Css Color HEX #C2A209 Buddha Gold

📋 copy color: '#C2A209'

red 194 ◦ green 162 ◦ blue 9

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

Shades of Buddha Gold #C2A209

Tints of Buddha Gold #C2A209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.47%

R = 53.15%
G = 44.38%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C2A209 (or 0xC2A209) is known color: Buddha Gold. HEX triplet: C2, A2 and 09. RGB value is (194,162,9). Sum of RGB (Red+Green+Blue) = 194+162+9=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 162 (63.67% from 255 or 44.38% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A209 is #3D5DF6. Grayscale: #9A9A9A. Windows color (decimal): -4021751 or 631490. OLE color: 631490.

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

Color convert

RGB 194 162 9 -
CMYK 0 0.16 0.95 0.24
HSL 49.62º 0.91% 0.4% -
HSV(B) 49.62º 0.95% 0.76% -
XYZ 35.22 37.33 5.61 -
YUV 154.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 194 162 9 0 0.16 0.95 0.24 49.62 0.91 0.4
Hex C2 A2 9 0 10 5F 18 32 5B 28
Octal 302 242 11 0 20 137 30 62 133 50
Binary 11000010 10100010 1001 0 10000 1011111 11000 110010 1011011 101000

Color Harmonies of #C2A209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A209

Black with #C2A209

Text Example


Text Example

White with #C2A209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A209; }

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

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

background-color css

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

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

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

border-color css

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

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

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