Html Css Color HEX #C3A115 Buddha Gold

📋 copy color: '#C3A115'

red 195 ◦ green 161 ◦ blue 21

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

Shades of Buddha Gold #C3A115

Tints of Buddha Gold #C3A115

RGB

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

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

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

R = 51.72%
G = 42.71%
B = 5.57%

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

#C3A115 (or 0xC3A115) is known color: Buddha Gold. HEX triplet: C3, A1 and 15. RGB value is (195,161,21). Sum of RGB (Red+Green+Blue) = 195+161+21=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3A115 is #3C5EEA. Grayscale: #9B9B9B. Windows color (decimal): -3956459 or 1417667. OLE color: 1417667.

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

Color convert

RGB 195 161 21 -
CMYK 0 0.17 0.89 0.24
HSL 48.28º 0.81% 0.42% -
HSV(B) 48.28º 0.89% 0.76% -
XYZ 35.39 37.15 6.01 -
YUV 155.21 52.26 156.38 -
System Red Green Blue C M Y K H S L
Decimal 195 161 21 0 0.17 0.89 0.24 48.28 0.81 0.42
Hex C3 A1 15 0 11 59 18 30 51 2A
Octal 303 241 25 0 21 131 30 60 121 52
Binary 11000011 10100001 10101 0 10001 1011001 11000 110000 1010001 101010

Color Harmonies of #C3A115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A115

Black with #C3A115

Text Example


Text Example

White with #C3A115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A115; }

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

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

background-color css

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

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

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

border-color css

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

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

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