Html Css Color HEX #C3A516 Buddha Gold

📋 copy color: '#C3A516'

red 195 ◦ green 165 ◦ blue 22

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

Shades of Buddha Gold #C3A516

Tints of Buddha Gold #C3A516

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.19%

 BLUE value IS 22 (8.98% from 255) = 5.76%

R = 51.05%
G = 43.19%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C3A516 (or 0xC3A516) is known color: Buddha Gold. HEX triplet: C3, A5 and 16. RGB value is (195,165,22). Sum of RGB (Red+Green+Blue) = 195+165+22=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A516 is #3C5AE9. Grayscale: #9E9E9E. Windows color (decimal): -3955434 or 1484227. OLE color: 1484227.

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

Color convert

RGB 195 165 22 -
CMYK 0 0.15 0.89 0.24
HSL 49.6º 0.8% 0.43% -
HSV(B) 49.6º 0.89% 0.76% -
XYZ 36.11 38.57 6.3 -
YUV 157.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 195 165 22 0 0.15 0.89 0.24 49.6 0.8 0.43
Hex C3 A5 16 0 F 59 18 32 50 2B
Octal 303 245 26 0 17 131 30 62 120 53
Binary 11000011 10100101 10110 0 1111 1011001 11000 110010 1010000 101011

Color Harmonies of #C3A516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A516

Black with #C3A516

Text Example


Text Example

White with #C3A516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A516; }

 p { color: rgb(195,165,22); }

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

background-color css

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

 a { background-color: rgb(195,165,22); }

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

border-color css

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

 span { border-color: rgb(195,165,22); }

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