Html Css Color HEX #C2A006 Buddha Gold

📋 copy color: '#C2A006'

red 194 ◦ green 160 ◦ blue 6

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

Shades of Buddha Gold #C2A006

Tints of Buddha Gold #C2A006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 53.89%
G = 44.44%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2A006 (or 0xC2A006) is known color: Buddha Gold. HEX triplet: C2, A0 and 06. RGB value is (194,160,6). Sum of RGB (Red+Green+Blue) = 194+160+6=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A006 is #3D5FF9. Grayscale: #999999. Windows color (decimal): -4022266 or 434370. OLE color: 434370.

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

Color convert

RGB 194 160 6 -
CMYK 0 0.18 0.97 0.24
HSL 49.15º 0.94% 0.39% -
HSV(B) 49.15º 0.97% 0.76% -
XYZ 34.85 36.62 5.4 -
YUV 152.61 45.26 157.52 -
System Red Green Blue C M Y K H S L
Decimal 194 160 6 0 0.18 0.97 0.24 49.15 0.94 0.39
Hex C2 A0 6 0 12 61 18 31 5E 27
Octal 302 240 6 0 22 141 30 61 136 47
Binary 11000010 10100000 110 0 10010 1100001 11000 110001 1011110 100111

Color Harmonies of #C2A006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A006

Black with #C2A006

Text Example


Text Example

White with #C2A006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A006; }

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

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

background-color css

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

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

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

border-color css

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

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

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