Html Css Color HEX #C3A911 Buddha Gold

📋 copy color: '#C3A911'

red 195 ◦ green 169 ◦ blue 17

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

Shades of Buddha Gold #C3A911

Tints of Buddha Gold #C3A911

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.36%

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

R = 51.18%
G = 44.36%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C3A911 (or 0xC3A911) is known color: Buddha Gold. HEX triplet: C3, A9 and 11. RGB value is (195,169,17). Sum of RGB (Red+Green+Blue) = 195+169+17=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 17 (7.03% from 255 or 4.46% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A911 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A911 is #3C56EE. Grayscale: #A0A0A0. Windows color (decimal): -3954415 or 1157571. OLE color: 1157571.

HSL color Cylindrical-coordinate representation of color #C3A911: hue angle of 51.24º 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 #C3A911 is Cyan = 0, Magento = 0.13, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 169 17 -
CMYK 0 0.13 0.91 0.24
HSL 51.24º 0.84% 0.42% -
HSV(B) 51.24º 0.91% 0.76% -
XYZ 36.79 40.02 6.32 -
YUV 159.45 47.61 153.36 -
System Red Green Blue C M Y K H S L
Decimal 195 169 17 0 0.13 0.91 0.24 51.24 0.84 0.42
Hex C3 A9 11 0 D 5B 18 33 54 2A
Octal 303 251 21 0 15 133 30 63 124 52
Binary 11000011 10101001 10001 0 1101 1011011 11000 110011 1010100 101010

Color Harmonies of #C3A911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A911

Black with #C3A911

Text Example


Text Example

White with #C3A911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A911; }

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

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

background-color css

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

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

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

border-color css

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

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

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