Html Css Color HEX #C3A515 Buddha Gold

📋 copy color: '#C3A515'

red 195 ◦ green 165 ◦ blue 21

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

Shades of Buddha Gold #C3A515

Tints of Buddha Gold #C3A515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 51.18%
G = 43.31%
B = 5.51%

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

#C3A515 (or 0xC3A515) is known color: Buddha Gold. HEX triplet: C3, A5 and 15. RGB value is (195,165,21). Sum of RGB (Red+Green+Blue) = 195+165+21=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A515 is #3C5AEA. Grayscale: #9E9E9E. Windows color (decimal): -3955435 or 1418691. OLE color: 1418691.

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

Color convert

RGB 195 165 21 -
CMYK 0 0.15 0.89 0.24
HSL 49.66º 0.81% 0.42% -
HSV(B) 49.66º 0.89% 0.76% -
XYZ 36.1 38.57 6.25 -
YUV 157.55 50.94 154.71 -
System Red Green Blue C M Y K H S L
Decimal 195 165 21 0 0.15 0.89 0.24 49.66 0.81 0.42
Hex C3 A5 15 0 F 59 18 32 51 2A
Octal 303 245 25 0 17 131 30 62 121 52
Binary 11000011 10100101 10101 0 1111 1011001 11000 110010 1010001 101010

Color Harmonies of #C3A515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A515

Black with #C3A515

Text Example


Text Example

White with #C3A515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A515; }

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

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

background-color css

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

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

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

border-color css

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

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

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