Html Css Color HEX #C2A605 Buddha Gold

📋 copy color: '#C2A605'

red 194 ◦ green 166 ◦ blue 5

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

Shades of Buddha Gold #C2A605

Tints of Buddha Gold #C2A605

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.48%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 53.15%
G = 45.48%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C2A605 (or 0xC2A605) is known color: Buddha Gold. HEX triplet: C2, A6 and 05. RGB value is (194,166,5). Sum of RGB (Red+Green+Blue) = 194+166+5=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A605 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C2A605 is #3D59FA. Grayscale: #9C9C9C. Windows color (decimal): -4020731 or 370370. OLE color: 370370.

HSL color Cylindrical-coordinate representation of color #C2A605: hue angle of 51.11º degrees, saturation: 0.95, 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 #C2A605 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 5 -
CMYK 0 0.14 0.97 0.24
HSL 51.11º 0.95% 0.39% -
HSV(B) 51.11º 0.97% 0.76% -
XYZ 35.91 38.75 5.73 -
YUV 156.02 42.78 155.09 -
System Red Green Blue C M Y K H S L
Decimal 194 166 5 0 0.14 0.97 0.24 51.11 0.95 0.39
Hex C2 A6 5 0 E 61 18 33 5F 27
Octal 302 246 5 0 16 141 30 63 137 47
Binary 11000010 10100110 101 0 1110 1100001 11000 110011 1011111 100111

Color Harmonies of #C2A605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A605

Black with #C2A605

Text Example


Text Example

White with #C2A605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A605; }

 p { color: rgb(194,166,5); }

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

background-color css

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

 a { background-color: rgb(194,166,5); }

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

border-color css

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

 span { border-color: rgb(194,166,5); }

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