Html Css Color HEX #C2A207 Buddha Gold

📋 copy color: '#C2A207'

red 194 ◦ green 162 ◦ blue 7

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

Shades of Buddha Gold #C2A207

Tints of Buddha Gold #C2A207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 53.44%
G = 44.63%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C2A207 (or 0xC2A207) is known color: Buddha Gold. HEX triplet: C2, A2 and 07. RGB value is (194,162,7). Sum of RGB (Red+Green+Blue) = 194+162+7=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A207 is #3D5DF8. Grayscale: #9A9A9A. Windows color (decimal): -4021753 or 500418. OLE color: 500418.

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

Color convert

RGB 194 162 7 -
CMYK 0 0.16 0.96 0.24
HSL 49.73º 0.93% 0.39% -
HSV(B) 49.73º 0.96% 0.76% -
XYZ 35.21 37.33 5.55 -
YUV 153.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 194 162 7 0 0.16 0.96 0.24 49.73 0.93 0.39
Hex C2 A2 7 0 10 60 18 32 5D 27
Octal 302 242 7 0 20 140 30 62 135 47
Binary 11000010 10100010 111 0 10000 1100000 11000 110010 1011101 100111

Color Harmonies of #C2A207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A207

Black with #C2A207

Text Example


Text Example

White with #C2A207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A207; }

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

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

background-color css

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

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

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

border-color css

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

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

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