Html Css Color HEX #C3A616 Buddha Gold

📋 copy color: '#C3A616'

red 195 ◦ green 166 ◦ blue 22

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

Shades of Buddha Gold #C3A616

Tints of Buddha Gold #C3A616

RGB

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

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

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

R = 50.91%
G = 43.34%
B = 5.74%

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

#C3A616 (or 0xC3A616) is known color: Buddha Gold. HEX triplet: C3, A6 and 16. RGB value is (195,166,22). Sum of RGB (Red+Green+Blue) = 195+166+22=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 22 (8.98% from 255 or 5.74% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A616 is #3C59E9. Grayscale: #9E9E9E. Windows color (decimal): -3955178 or 1484483. OLE color: 1484483.

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

Color convert

RGB 195 166 22 -
CMYK 0 0.15 0.89 0.24
HSL 49.94º 0.8% 0.43% -
HSV(B) 49.94º 0.89% 0.76% -
XYZ 36.29 38.93 6.36 -
YUV 158.26 51.11 154.21 -
System Red Green Blue C M Y K H S L
Decimal 195 166 22 0 0.15 0.89 0.24 49.94 0.8 0.43
Hex C3 A6 16 0 F 59 18 32 50 2B
Octal 303 246 26 0 17 131 30 62 120 53
Binary 11000011 10100110 10110 0 1111 1011001 11000 110010 1010000 101011

Color Harmonies of #C3A616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A616

Black with #C3A616

Text Example


Text Example

White with #C3A616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A616; }

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

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

background-color css

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

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

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

border-color css

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

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

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