Html Css Color HEX #C3A116 Buddha Gold

📋 copy color: '#C3A116'

red 195 ◦ green 161 ◦ blue 22

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

Shades of Buddha Gold #C3A116

Tints of Buddha Gold #C3A116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.59%

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

R = 51.59%
G = 42.59%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C3A116 (or 0xC3A116) is known color: Buddha Gold. HEX triplet: C3, A1 and 16. RGB value is (195,161,22). Sum of RGB (Red+Green+Blue) = 195+161+22=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A116 is #3C5EE9. Grayscale: #9B9B9B. Windows color (decimal): -3956458 or 1483203. OLE color: 1483203.

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

Color convert

RGB 195 161 22 -
CMYK 0 0.17 0.89 0.24
HSL 48.21º 0.8% 0.43% -
HSV(B) 48.21º 0.89% 0.76% -
XYZ 35.4 37.15 6.06 -
YUV 155.32 52.76 156.3 -
System Red Green Blue C M Y K H S L
Decimal 195 161 22 0 0.17 0.89 0.24 48.21 0.8 0.43
Hex C3 A1 16 0 11 59 18 30 50 2B
Octal 303 241 26 0 21 131 30 60 120 53
Binary 11000011 10100001 10110 0 10001 1011001 11000 110000 1010000 101011

Color Harmonies of #C3A116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A116

Black with #C3A116

Text Example


Text Example

White with #C3A116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A116; }

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

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

background-color css

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

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

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

border-color css

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

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

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