Html Css Color HEX #C3A611 Buddha Gold

📋 copy color: '#C3A611'

red 195 ◦ green 166 ◦ blue 17

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

Shades of Buddha Gold #C3A611

Tints of Buddha Gold #C3A611

RGB

 RED value IS 195 (76.56% from 255) = 51.59%

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

 BLUE value IS 17 (7.03% from 255) = 4.5%

R = 51.59%
G = 43.92%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C3A611 (or 0xC3A611) is known color: Buddha Gold. HEX triplet: C3, A6 and 11. RGB value is (195,166,17). Sum of RGB (Red+Green+Blue) = 195+166+17=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A611 is #3C59EE. Grayscale: #9E9E9E. Windows color (decimal): -3955183 or 1156803. OLE color: 1156803.

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

Color convert

RGB 195 166 17 -
CMYK 0 0.15 0.91 0.24
HSL 50.22º 0.84% 0.42% -
HSV(B) 50.22º 0.91% 0.76% -
XYZ 36.24 38.92 6.13 -
YUV 157.69 48.61 154.62 -
System Red Green Blue C M Y K H S L
Decimal 195 166 17 0 0.15 0.91 0.24 50.22 0.84 0.42
Hex C3 A6 11 0 F 5B 18 32 54 2A
Octal 303 246 21 0 17 133 30 62 124 52
Binary 11000011 10100110 10001 0 1111 1011011 11000 110010 1010100 101010

Color Harmonies of #C3A611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A611

Black with #C3A611

Text Example


Text Example

White with #C3A611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A611; }

 p { color: rgb(195,166,17); }

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

background-color css

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

 a { background-color: rgb(195,166,17); }

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

border-color css

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

 span { border-color: rgb(195,166,17); }

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